38 #ifndef __MODELBUILDER_H_
39 #define __MODELBUILDER_H_
44 #include "CommonTypes.h"
45 #include "DataManager.h"
46 #include "StatisticalModel.h"
57 typedef Representer<T> RepresenterType;
60 typedef typename DataManagerType::DataItemListType DataItemListType;
63 static const double TOLERANCE;
71 for (
unsigned i = 0; i < scores.cols(); i++) {
89 template <
class Representer>
Common base class for all the model builder classes.
Definition: ModelBuilder.h:54
Manages Training and Test Data for building Statistical Models and provides functionality for Crossva...
Definition: DataManager.h:114
VectorType ComputeCoefficientsForSampleVector(const VectorType &sample) const
Definition: StatisticalModel.hxx:283
stores meta information about the model, such as e.g. the name (uri) of the datasets used to build th...
Definition: ModelInfo.h:61
unsigned int GetNumberOfPrincipalComponents() const
Definition: StatisticalModel.hxx:501
A Point/Value pair that is used to specify a value at a given point.
Definition: StatisticalModel.h:100