STK++ 0.9.13
|
In this file we define the enum, constants and utilities functions of the Clustering 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. | |
The hidden namespace enclose the classes and methods which are used internally by the STK++ classes. | |
namespace | STK::Clust |
The namespace Clust enclose all the enum and utilities functions needed by the Clustering project. | |
Variables | |
const int | STK::Clust::defaultNbTry = 5 |
Default number of try in an estimation strategy. | |
const Clust::initType | STK::Clust::defaultInitType = randomFuzzyInit_ |
Default algorithm type in short run. | |
const int | STK::Clust::defaultNbInit = 5 |
Default number of initializations to perform. | |
const Clust::algoType | STK::Clust::defaultAlgoInInit = emAlgo_ |
Default algorithm type in initialization. | |
const int | STK::Clust::defaultNbIterMaxInInit = 20 |
Default number of iteration in an initialization algorithm. | |
const Real | STK::Clust::defaultEpsilonInInit = 1e-02 |
Default epsilon in the short runs (used in strategy) | |
const Clust::algoType | STK::Clust::defaultAlgoShortRun = emAlgo_ |
Default algorithm type in short run. | |
const int | STK::Clust::defaultMaxIterShortRun = 200 |
Default number of iterations in the short runs (used in FullStrategy) | |
const Real | STK::Clust::defaultEpsilonShortRun = 1e-04 |
Default epsilon in the short runs (used in strategy) | |
const Clust::algoType | STK::Clust::defaultAlgoLongRun = emAlgo_ |
Default algorithm type in long run. | |
const int | STK::Clust::defaultMaxIterLongRun = 1000 |
Default number of iterations in the long run (used in FullStrategy) | |
const Real | STK::Clust::defaultEpsilonLongRun = 1e-08 |
Default epsilon in the long run (used in strategy) | |
In this file we define the enum, constants and utilities functions of the Clustering project.
Definition in file STK_Clust_Util.h.