Statismo  0.10.1
 All Classes Namespaces Functions Typedefs
statismo::StatisticalModel< T > Member List

This is the complete list of members for statismo::StatisticalModel< T >, including all inherited members.

ComputeCoefficientsForDataset(DatasetConstPointerType dataset) const statismo::StatisticalModel< T >
ComputeCoefficientsForPointIDValues(const PointIdValueListType &pointValues, double pointValueNoiseVariance=0.0) const statismo::StatisticalModel< T >
ComputeCoefficientsForPointValues(const PointValueListType &pointValues, double pointValueNoiseVariance=0.0) const statismo::StatisticalModel< T >
ComputeCoefficientsForSample(DatasetConstPointerType sample) const statismo::StatisticalModel< T >
ComputeCoefficientsForSampleVector(const VectorType &sample) const statismo::StatisticalModel< T >
ComputeLogProbabilityOfCoefficients(const VectorType &coefficients) const statismo::StatisticalModel< T >
ComputeLogProbabilityOfDataset(DatasetConstPointerType dataset) const statismo::StatisticalModel< T >
ComputeMahalanobisDistanceForDataset(DatasetConstPointerType dataset) const statismo::StatisticalModel< T >
ComputeProbabilityOfCoefficients(const VectorType &coefficients) const statismo::StatisticalModel< T >
ComputeProbabilityOfDataset(DatasetConstPointerType dataset) const statismo::StatisticalModel< T >
Create(const RepresenterType *representer, const VectorType &m, const MatrixType &orthonormalPCABasis, const VectorType &pcaVariance, double noiseVariance) (defined in statismo::StatisticalModel< T >)statismo::StatisticalModel< T >inlinestatic
DatasetConstPointerType typedef (defined in statismo::StatisticalModel< T >)statismo::StatisticalModel< T >
DatasetPointerType typedef (defined in statismo::StatisticalModel< T >)statismo::StatisticalModel< T >
DatasetToSample(DatasetConstPointerType dataset) const statismo::StatisticalModel< T >
Delete() const statismo::StatisticalModel< T >inline
DomainType typedef (defined in statismo::StatisticalModel< T >)statismo::StatisticalModel< T >
DrawMean() const statismo::StatisticalModel< T >
DrawMeanAtPoint(const PointType &point) const statismo::StatisticalModel< T >
DrawMeanAtPoint(unsigned pointId) const statismo::StatisticalModel< T >
DrawPCABasisSample(unsigned componentNumber) const statismo::StatisticalModel< T >
DrawSample(const VectorType &coefficients, bool addNoise=false) const statismo::StatisticalModel< T >
DrawSample(bool addNoise=false) const statismo::StatisticalModel< T >
DrawSampleAtPoint(const VectorType &coefficients, const PointType &point, bool addNoise=false) const statismo::StatisticalModel< T >
DrawSampleAtPoint(const VectorType &coefficients, unsigned pointId, bool addNoise=false) const statismo::StatisticalModel< T >
DrawSampleVector(const VectorType &coefficients, bool addNoise=false) const statismo::StatisticalModel< T >
EvaluateSampleAtPoint(DatasetConstPointerType sample, unsigned ptId) const statismo::StatisticalModel< T >
EvaluateSampleAtPoint(DatasetConstPointerType sample, const PointType &pt) const statismo::StatisticalModel< T >
GetCovarianceAtPoint(const PointType &pt1, const PointType &pt2) const statismo::StatisticalModel< T >
GetCovarianceAtPoint(unsigned ptId1, unsigned ptId2) const statismo::StatisticalModel< T >
GetCovarianceMatrix() const statismo::StatisticalModel< T >
GetDomain() const statismo::StatisticalModel< T >inline
GetJacobian(const PointType &pt) const statismo::StatisticalModel< T >
GetMeanVector() const statismo::StatisticalModel< T >
GetModelInfo() const statismo::StatisticalModel< T >
GetNoiseVariance() const statismo::StatisticalModel< T >
GetNumberOfPrincipalComponents() const statismo::StatisticalModel< T >
GetOrthonormalPCABasisMatrix() const statismo::StatisticalModel< T >
GetPCABasisMatrix() const statismo::StatisticalModel< T >
GetPCAVarianceVector() const statismo::StatisticalModel< T >
GetRepresenter() const statismo::StatisticalModel< T >inline
Load(Representer< T > *representer, const std::string &filename, unsigned maxNumberOfPCAComponents=std::numeric_limits< unsigned >::max())statismo::StatisticalModel< T >static
Load(Representer< T > *representer, const H5::Group &modelroot, unsigned maxNumberOfPCAComponents=std::numeric_limits< unsigned >::max())statismo::StatisticalModel< T >static
PointIdType typedef (defined in statismo::StatisticalModel< T >)statismo::StatisticalModel< T >
PointIdValueListType typedef (defined in statismo::StatisticalModel< T >)statismo::StatisticalModel< T >
PointIdValuePairType typedef (defined in statismo::StatisticalModel< T >)statismo::StatisticalModel< T >
PointType typedef (defined in statismo::StatisticalModel< T >)statismo::StatisticalModel< T >
PointValueListType typedef (defined in statismo::StatisticalModel< T >)statismo::StatisticalModel< T >
PointValuePairType typedef (defined in statismo::StatisticalModel< T >)statismo::StatisticalModel< T >
RepresenterType typedef (defined in statismo::StatisticalModel< T >)statismo::StatisticalModel< T >
RobustlyComputeCoefficientsForDataset(DatasetConstPointerType dataset, unsigned nIterations=100, unsigned nu=6, double sigma2=1) const statismo::StatisticalModel< T >
Save(const std::string &filename) const statismo::StatisticalModel< T >
Save(const H5::Group &modelRoot) const statismo::StatisticalModel< T >
SetModelInfo(const ModelInfo &modelInfo)statismo::StatisticalModel< T >
ValueType typedef (defined in statismo::StatisticalModel< T >)statismo::StatisticalModel< T >
~StatisticalModel()statismo::StatisticalModel< T >virtual