|
bioprocessing 6.0.4
|
#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 () |
Public Member Functions inherited from Element< T > | |
| 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 | |
Protected Attributes inherited from Element< T > | |
| 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, Element< T >::_constitutedFrom, Element< T >::constitutedFrom(), Element< T >::Element(), and Element< T >::number().
Referenced by agregateTo(), and distanceTo().
|
inlinevirtual |
|
virtual |
Implements Element< T >.
Definition at line 748 of file cah_d.h.
References Element< T >::constitutedFrom(), Element< T >::Element(), and PcaReprocReconsErrorElement().
|
virtual |
Implements Element< T >.
Definition at line 665 of file cah_d.h.
References Element< T >::constitutedFrom(), Element< T >::Element(), errorMatrix(), meanReconstructionError(), PcaReprocReconsErrorElement(), and varReconstructionError().
|
inline |
Definition at line 145 of file cah.h.
Referenced by distanceTo().
| float PcaReprocReconsErrorElement< T >::meanReconstructionError | ( | ) |
Definition at line 644 of file cah_d.h.
Referenced by distanceTo().
| float PcaReprocReconsErrorElement< T >::unreconstructedInertia | ( | ) |
| float PcaReprocReconsErrorElement< T >::varReconstructionError | ( | ) |
Definition at line 651 of file cah_d.h.
Referenced by distanceTo().