Tapkee
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
defines/methods.hpp File Reference

Go to the source code of this file.

Namespaces

 tapkee
 

Enumerations

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 }
 

Variables

static NeighborsMethod default_neighbors_method = CoverTree
 
static EigenMethod default_eigen_method = Arpack