STK++ 0.9.13
|
In this file we define utilities enum and functions for the Reduct project. More...
#include <STKernel.h>
Go to the source code of this file.
Namespaces | |
namespace | STK |
The namespace STK is the main domain space of the Statistical ToolKit project. | |
namespace | STK::Reduct |
This namespace encloses all variables and constant specific to the Reduct project. | |
Enumerations | |
enum | STK::Reduct::TypeReduction { STK::Reduct::unknown_reduction_ =0 , STK::Reduct::localVariance_ , STK::Reduct::totalVariance_ , STK::Reduct::mds_ } |
dimension reduction we can apply to the original data set. More... | |
enum | STK::Reduct::TypeGraph { STK::Reduct::unknown_graph_ , STK::Reduct::prim_ , STK::Reduct::distance_ } |
Type of proximity graph to used in order to compute the local variance: 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. | |
TypeGraph | STK::Reduct::stringToTypeGraph (String const &type) |
convert a String to a TypeGraph. | |
String | STK::Reduct::typeGraphToString (TypeGraph const &type) |
convert a TypeGraph to a String. | |
In this file we define utilities enum and functions for the Reduct project.
Definition in file STK_Reduct_Util.h.