bioprocessing
5.1.2
|
#include <bioprocessing/classification/cah.h>
Public Member Functions | |
PcaReprocReconsErrorElement (const std::vector< std::list< Point3d > > &classes, const AimsData< T > &data, int numberOfSignificantVps, const std::set< int > &constitutedFrom=std::set< int >(), int number=-1) | |
virtual | ~PcaReprocReconsErrorElement () |
virtual float | distanceTo (Element< T > *other, const std::vector< std::list< Point3d > > &classes, const AimsData< T > &data, const AimsData< float > &initDistances) |
virtual Element< T > * | agregateTo (Element< T > *other, const std::vector< std::list< Point3d > > &classes, const AimsData< T > &data, const AimsData< float > &initDistances, int newNb=-1) |
const AimsData< float > & | errorMatrix () |
float | unreconstructedInertia () |
float | meanReconstructionError () |
float | varReconstructionError () |
![]() | |
Element (int number, int card, const std::set< int > &constitutedFrom=std::set< int >()) | |
virtual | ~Element () |
int | number () const |
void | setNumber (int number) |
int | card () const |
void | setCard (int card) |
const std::set< int > & | constitutedFrom () const |
Additional Inherited Members | |
![]() | |
int | _number |
int | _card |
std::set< int > | _constitutedFrom |
PcaReprocReconsErrorElement< T >::PcaReprocReconsErrorElement | ( | const std::vector< std::list< Point3d > > & | classes, |
const AimsData< T > & | data, | ||
int | numberOfSignificantVps, | ||
const std::set< int > & | constitutedFrom = std::set<int>() , |
||
int | number = -1 |
||
) |
Definition at line 567 of file cah_d.h.
References Element< T >::_card, and Element< T >::_constitutedFrom.
|
inlinevirtual |
|
virtual |
Implements Element< T >.
Definition at line 748 of file cah_d.h.
References Element< T >::constitutedFrom().
|
virtual |
Implements Element< T >.
Definition at line 665 of file cah_d.h.
References Element< T >::constitutedFrom(), PcaReprocReconsErrorElement< T >::errorMatrix(), PcaReprocReconsErrorElement< T >::meanReconstructionError(), and PcaReprocReconsErrorElement< T >::varReconstructionError().
|
inline |
Definition at line 145 of file cah.h.
Referenced by PcaReprocReconsErrorElement< T >::distanceTo().
float PcaReprocReconsErrorElement< T >::meanReconstructionError |
Definition at line 644 of file cah_d.h.
Referenced by PcaReprocReconsErrorElement< T >::distanceTo().
float PcaReprocReconsErrorElement< T >::unreconstructedInertia |
float PcaReprocReconsErrorElement< T >::varReconstructionError |
Definition at line 651 of file cah_d.h.
Referenced by PcaReprocReconsErrorElement< T >::distanceTo().