Go to the source code of this file.
|
enum | DimensionReductionMethod {
KernelLocallyLinearEmbedding,
NeighborhoodPreservingEmbedding,
KernelLocalTangentSpaceAlignment,
LinearLocalTangentSpaceAlignment,
HessianLocallyLinearEmbedding,
LaplacianEigenmaps,
LocalityPreservingProjections,
DiffusionMap,
Isomap,
LandmarkIsomap,
MultidimensionalScaling,
LandmarkMultidimensionalScaling,
StochasticProximityEmbedding,
KernelPCA,
PCA,
RandomProjection,
FactorAnalysis,
tDistributedStochasticNeighborEmbedding,
ManifoldSculpting,
PassThru
} |
|
enum | NeighborsMethod { Brute,
VpTree,
CoverTree
} |
|
enum | EigenMethod { Arpack,
Randomized,
Dense
} |
|