STK++ 1.0
STK_Reduct_Util.h File Reference

In this file we define utilities enum and functions for the Reduct project. More...

#include "../../STKernel/include/STK_String.h"
Include dependency graph for STK_Reduct_Util.h:
This graph shows which files directly or indirectly include this file:

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.

Detailed Description

In this file we define utilities enum and functions for the Reduct project.

Definition in file STK_Reduct_Util.h.