|
STK++ 1.0
|
Enumerations | |
| enum | TypeReduction { unknown_ = 0, localVariance_, totalVariance_, mds_ } |
| dimension reduction we can apply to the original data set. More... | |
Functions | |
| TypeReduction | StringToTypeReduction (String const &type) |
| convert a String to a TypeReduction. | |
| String | TypeReductionToString (TypeReduction const &type) |
| convert a TypeReduction to a String. | |