STK++ 0.9.13
|
This namespace encloses all variables and constant specific to the Reduct project. More...
Enumerations | |
enum | TypeReduction { unknown_reduction_ =0 , localVariance_ , totalVariance_ , mds_ } |
dimension reduction we can apply to the original data set. More... | |
enum | TypeGraph { unknown_graph_ , prim_ , distance_ } |
Type of proximity graph to used in order to compute the local variance: More... | |
Functions | |
TypeReduction | stringToTypeReduction (String const &type) |
convert a String to a TypeReduction. | |
String | typeReductionToString (TypeReduction const &type) |
convert a TypeReduction to a String. | |
TypeGraph | stringToTypeGraph (String const &type) |
convert a String to a TypeGraph. | |
String | typeGraphToString (TypeGraph const &type) |
convert a TypeGraph to a String. | |
This namespace encloses all variables and constant specific to the Reduct project.
Type of proximity graph to used in order to compute the local variance:
Enumerator | |
---|---|
unknown_graph_ | |
prim_ | |
distance_ |
Definition at line 84 of file STK_Reduct_Util.h.
convert a String to a TypeGraph.
type | the type of graph in a string |
type
. If the string does not match any known name, the unknown_
type is returned. Definition at line 138 of file STK_Reduct_Util.h.
References _T, distance_, prim_, STK::toUpperString(), and unknown_graph_.
Referenced by STK::LocalVariancePage::validate().
convert a TypeGraph to a String.
type | the type of graph we want to convert to a string |
Definition at line 149 of file STK_Reduct_Util.h.