6 #ifndef TAPKEE_NAMING_H_ 7 #define TAPKEE_NAMING_H_ 22 case Isomap:
return "Isomap";
29 case PCA:
return "Principal Component Analysis";
30 case KernelPCA:
return "Kernel Principal Component Analysis";
32 case PassThru:
return "passing through";
std::string get_method_name(DimensionReductionMethod m)
DimensionReductionMethod
Dimension reduction methods.
std::string get_eigen_method_name(const EigenMethod &m)
const char * name() const
std::string get_neighbors_method_name(const NeighborsMethod &m)