|
STK++ 1.0
|
In this file we define utilities enum and functions for the Reduct project. More...
#include "../../STKernel/include/STK_String.h"

Go to the source code of this file.
Namespaces | |
| namespace | STK |
STK means the Statistical ToolKit. | |
| namespace | STK::Reduct |
Enumerations | |
| enum | STK::Reduct::TypeReduction { STK::Reduct::unknown_ = 0, STK::Reduct::localVariance_, STK::Reduct::totalVariance_, STK::Reduct::mds_ } |
| dimension reduction we can apply to the original data set. More... | |
Functions | |
| TypeReduction | STK::Reduct::StringToTypeReduction (String const &type) |
| convert a String to a TypeReduction. | |
| String | STK::Reduct::TypeReductionToString (TypeReduction const &type) |
| convert a TypeReduction to a String. | |
In this file we define utilities enum and functions for the Reduct project.
Definition in file STK_Reduct_Util.h.