![]() |
STAG Python
2.0.2
Spectral Toolkit of Algorithms for Graphs
|
▼Nstag | |
▼Ndata | |
CDataPoint | A data point in d-dimensional space |
▼Ngraph | |
CAdjacencyListLocalGraph | A local graph backed by an adjacency list file on disk |
CEdge | An object representing a weighted edge in a graph |
CGraph | The core object used to represent graphs for use with the library |
CLocalGraph | An abstract class which defines methods for exploring the local neighborhood of vertices in a graph |
▼Nkde | |
CCKNSGaussianKDE | A CKNS Gaussian KDE data structure |
CExactGaussianKDE | A data structure for computing the exact Gauussian KDE |
▼Nlsh | |
CE2LSH | A Euclidean locality sensitive hash table |
CLSHFunction | A Euclidean locality-sensitive hash function |
▼Nneo4j | |
CNeo4jGraph | Represent a neo4j database as a stag.graph.LocalGraph object |
▼Nutility | |
CDenseMat | An object representing a dense matrix for use with the STAG library |
CSprsMat | An object representing a sparse matrix for use by the STAG library |