AbstractProjectionAlgorithm |
Abstract base class for projection algorithms.
|
AffinityMatrix |
Abstraction interface for an affinity matrix.
|
AffinityMatrixBuilder |
Interface for computing an affinity matrix.
|
BarnesHutTSNE |
t-SNE using Barnes-Hut-Approximation.
|
BarnesHutTSNE.QuadTree |
Quad Tree for use in a Barnes-Hut approximation.
|
GaussianAffinityMatrixBuilder |
Compute the affinity matrix for SNE and tSNE using a Gaussian distribution
with a constant sigma.
|
IntrinsicNearestNeighborAffinityMatrixBuilder |
Build sparse affinity matrix using the nearest neighbors only, adjusting for
intrinsic dimensionality.
|
NearestNeighborAffinityMatrixBuilder |
Build sparse affinity matrix using the nearest neighbors only.
|
NearestNeighborAffinityMatrixBuilder.Par |
Parameterization class.
|
PerplexityAffinityMatrixBuilder |
Compute the affinity matrix for SNE and tSNE.
|
PerplexityAffinityMatrixBuilder.Par |
Parameterization class.
|
SNE |
Stochastic Neighbor Embedding is a projection technique designed for
visualization that tries to preserve the nearest neighbor structure.
|
TSNE |
t-Stochastic Neighbor Embedding is a projection technique designed for
visualization that tries to preserve the nearest neighbor structure.
|