Go to the documentation of this file.
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";
46 case Brute:
return "Brute-force";
47 case VpTree:
return "VP-tree";
48 #ifdef TAPKEE_USE_LGPL_COVERTREE
60 #ifdef TAPKEE_WITH_ARPACK
61 case Arpack:
return "Arpack";
63 case Dense:
return "Dense";