Common base class for all the model builder classes. More...
#include <ModelBuilder.h>
Public Types | |
typedef Representer< T > | RepresenterType |
typedef StatisticalModel< T > | StatisticalModelType |
typedef DataManager< T > | DataManagerType |
typedef DataManagerType::DataItemListType | DataItemListType |
Static Public Attributes | |
static const double | TOLERANCE = 1e-5 |
Protected Member Functions | |
MatrixType | ComputeScores (const MatrixType &X, const StatisticalModelType *model) const |
ModelInfo | CollectModelInfo () const |
Common base class for all the model builder classes.