![]() |
aimsalgo 6.0.0
Neuroimaging image processing
|
#include <aims/classification/mixtureOfPpca.h>
Public Member Functions | |
| MixtureOfPPCA (int nbOfClasses, int significantNumberOfVp, int maxNbOfIterations, const carto::rc_ptr< carto::Volume< T > > &individuals, const std::vector< Point3d > indPosVector, const std::vector< std::list< int > > &initialClasses, const std::string &fileOut, int runNb, int iterationToUseOnlyCorrelatedIndiv=false) | |
| ~MixtureOfPPCA () | |
| bool | doIt () |
| double | pTnComputation () |
| bool | distMatrixComputation () |
| carto::VolumeRef< double > | getRni () |
| double | distComputation () |
| bool | classesVisualisation (int nbOfIterations, const std::string &fileOut, bool theEnd) |
Definition at line 114 of file mixtureOfPpca.h.
| aims::MixtureOfPPCA< T >::MixtureOfPPCA | ( | int | nbOfClasses, |
| int | significantNumberOfVp, | ||
| int | maxNbOfIterations, | ||
| const carto::rc_ptr< carto::Volume< T > > & | individuals, | ||
| const std::vector< Point3d > | indPosVector, | ||
| const std::vector< std::list< int > > & | initialClasses, | ||
| const std::string & | fileOut, | ||
| int | runNb, | ||
| int | iterationToUseOnlyCorrelatedIndiv = false ) |
Definition at line 1014 of file mixtureOfPpca_d.h.
References aims::PpcaAnalyserElement::getSigma2(), aims::PpcaAnalyserElement::init(), and UniformRandom().
|
inline |
Definition at line 121 of file mixtureOfPpca.h.
| bool aims::MixtureOfPPCA< T >::classesVisualisation | ( | int | nbOfIterations, |
| const std::string & | fileOut, | ||
| bool | theEnd ) |
Definition at line 781 of file mixtureOfPpca_d.h.
References aims::Finder::format(), getRni(), AimsBucketItem< class T >::location(), AimsBucket< class T >::push_back(), carto::VolumeRef< typename T >::setVoxelSize(), carto::toString(), AimsBucketItem< class T >::value(), and aims::Writer< class T >::write().
Referenced by doIt().
| double aims::MixtureOfPPCA< T >::distComputation | ( | ) |
Definition at line 741 of file mixtureOfPpca_d.h.
References aims::transpose().
| bool aims::MixtureOfPPCA< T >::distMatrixComputation | ( | ) |
Definition at line 950 of file mixtureOfPpca_d.h.
| bool aims::MixtureOfPPCA< T >::doIt | ( | ) |
Definition at line 1086 of file mixtureOfPpca_d.h.
References classesVisualisation(), and pTnComputation().
| carto::VolumeRef< double > aims::MixtureOfPPCA< T >::getRni | ( | ) |
Definition at line 1201 of file mixtureOfPpca_d.h.
Referenced by classesVisualisation().
| double aims::MixtureOfPPCA< T >::pTnComputation | ( | ) |
Definition at line 689 of file mixtureOfPpca_d.h.
Referenced by doIt().