Statismo  0.10.1
 All Classes Namespaces Functions Typedefs
Public Types | Static Public Attributes | Protected Member Functions | List of all members
statismo::ModelBuilder< T > Class Template Reference

Common base class for all the model builder classes. More...

#include <ModelBuilder.h>

Inheritance diagram for statismo::ModelBuilder< T >:
Inheritance graph

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
 

Detailed Description

template<typename T>
class statismo::ModelBuilder< T >

Common base class for all the model builder classes.


The documentation for this class was generated from the following file: