covEstimate(std::vector< std::vector< T > > &_inputSpace, covHolder< T > &_ch) | covEstimate< T > | [inline] |
covEstimate(std::vector< std::vector< T * > > &_inputSpace, covHolder< T > &_ch) | covEstimate< T > | [inline] |
covEstimate() | covEstimate< T > | [inline] |
dumpMatrix(std::string fileName, int index, std::string ID) | covEstimate< T > | [inline] |
dumpMatrix(std::string fileName, covHolder< T > &_ch, int index, std::string ID) | covEstimate< T > | [inline] |
gauss(T X, T mu, T std) | covEstimate< T > | [inline] |
getD(std::vector< T > sample, covHolder< T > &_ch, int stop) | covEstimate< T > | [inline] |
getD(std::vector< T > *point1, std::vector< T > *point2, std::vector< T > *biasSet, bool useGuass) | covEstimate< T > | [inline] |
getP(std::vector< T > sample, covHolder< T > &_ch, int stop) | covEstimate< T > | [inline] |
getSampleSize() | covEstimate< T > | [inline] |
matchPmean(std::vector< covHolder< T > > *chNew, long sizeNew, std::vector< covHolder< T > > *chOld, long sizeOld, long minSize) | covEstimate< T > | |
matchPmeanAccum(std::vector< covHolder< T > > *ch, unsigned int *sizeCH, std::vector< covHolder< T > > *accum, unsigned int *sizeAccum, long minSize) | covEstimate< T > | [inline] |
printDebug() | covEstimate< T > | [inline] |
printEigenVals() | covEstimate< T > | [inline] |
resize(unsigned int _dimensions, unsigned int _samples, T zero) | covEstimate< T > | [inline] |
returnCovSlice(int dim1, int dim2, int spaceSize, bool inorm=false) | covEstimate< T > | [inline] |
returnCovSlice(int dim1, int dim2, Image< float > &img, bool inorm=false) (defined in covEstimate< T >) | covEstimate< T > | [inline] |
returnMatrixSlice(int dim1, int dim2, int spaceSize) (defined in covEstimate< T >) | covEstimate< T > | [inline] |
run() | covEstimate< T > | [inline] |
setNew(std::vector< std::vector< T > > &_inputSpace, bool doResize, covHolder< T > &_ch, T initVal) | covEstimate< T > | [inline] |
setNew(std::vector< std::vector< T * > > &_inputSpace, bool doResize, covHolder< T > &_ch, T initVal) | covEstimate< T > | [inline] |
setNew(std::vector< std::vector< T > > &_inputSpace, T initVal, int samples, int dim, covHolder< T > &_ch, bool _resize) | covEstimate< T > | [inline] |
setNew(std::vector< std::vector< T * > > &_inputSpace, T initVal, int samples, int dim, covHolder< T > &_ch, bool _resize) | covEstimate< T > | [inline] |
setNewF(std::vector< std::vector< float * > > &_inputSpace, T initVal, int samples, int dim, covHolder< T > &_ch, bool _resize) | covEstimate< T > | [inline] |
~covEstimate() | covEstimate< T > | [inline] |