![]() |
aimsalgo
5.1.2
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(), carto::VolumeRef< class >::getSizeX(), carto::VolumeRef< class >::getSizeY(), 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(), AimsBucketItem< class >::location(), aims::meshdistance::max(), AimsBucket< class >::push_back(), carto::VolumeRef< class >::setVoxelSize(), split(), carto::toString(), AimsBucketItem< class >::value(), and aims::Writer< class >::write().
| double aims::MixtureOfPPCA< T >::distComputation |
Definition at line 741 of file mixtureOfPpca_d.h.
References aims::meshdistance::cross(), and aims::meshdistance::max().
| 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.
| carto::VolumeRef< double > aims::MixtureOfPPCA< T >::getRni |
Definition at line 1201 of file mixtureOfPpca_d.h.
| double aims::MixtureOfPPCA< T >::pTnComputation |
Definition at line 689 of file mixtureOfPpca_d.h.