38#ifndef STK_REDUCT_UTIL_H_
39#define STK_REDUCT_UTIL_H_
#define _T(x)
Let x unmodified.
This file include all the header files of the project STKernel.
String const & toUpperString(String &s)
convert the characters of the String to upper case
String typeReductionToString(TypeReduction const &type)
convert a TypeReduction to a String.
TypeReduction
dimension reduction we can apply to the original data set.
TypeReduction stringToTypeReduction(String const &type)
convert a String to a TypeReduction.
@ totalVariance_
multidimensional scaling
@ localVariance_
total projected variance (pca)
@ unknown_reduction_
unknown reduction
std::basic_string< Char > String
STK fundamental type of a String.
TypeGraph stringToTypeGraph(String const &type)
convert a String to a TypeGraph.
String typeGraphToString(TypeGraph const &type)
convert a TypeGraph to a String.
TypeGraph
Type of proximity graph to used in order to compute the local variance:
The namespace STK is the main domain space of the Statistical ToolKit project.