|
bioprocessing 6.0.4
|
#include <bioprocessing/classification/cah.h>


Public Member Functions | |
| PcaElement (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 | ~PcaElement () |
| 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) |
| float | unreconstructedInertia () |
| float | meanReconstructionError () |
| float | varReconstructionError () |
| const AimsData< float > & | errorMatrix () |
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 |
Protected Member Functions | |
| void | computeReconstructionError (const std::vector< std::list< Point3d > > &classes, const AimsData< T > &data) |
| float | error (const Point3d &p, const AimsData< T > &data) |
Protected Attributes | |
| float | _meanReconstructionError |
| float | _varReconstructionError |
| AimsData< float > | _errorMatrix |
| std::vector< float > | _mean |
| float | _unreconstructedInertia |
| int | _numberOfSignificantVps |
Protected Attributes inherited from Element< T > | |
| int | _number |
| int | _card |
| std::set< int > | _constitutedFrom |
| PcaElement< T >::PcaElement | ( | 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 137 of file cah_d.h.
References Element< T >::_card, Element< T >::_constitutedFrom, _meanReconstructionError, _numberOfSignificantVps, _unreconstructedInertia, _varReconstructionError, computeReconstructionError(), Element< T >::constitutedFrom(), Element< T >::Element(), and Element< T >::number().
Referenced by agregateTo(), and distanceTo().
|
inlinevirtual |
|
virtual |
Implements Element< T >.
Definition at line 253 of file cah_d.h.
References _numberOfSignificantVps, Element< T >::constitutedFrom(), Element< T >::Element(), and PcaElement().
Referenced by distanceTo().
|
protected |
Definition at line 177 of file cah_d.h.
References Element< T >::_constitutedFrom, _errorMatrix, _mean, _meanReconstructionError, _numberOfSignificantVps, _unreconstructedInertia, _varReconstructionError, and errorMatrix().
Referenced by PcaElement().
|
virtual |
Implements Element< T >.
Definition at line 236 of file cah_d.h.
References agregateTo(), Element< T >::card(), Element< T >::Element(), meanReconstructionError(), and PcaElement().
|
protected |
|
inline |
Definition at line 109 of file cah.h.
References _errorMatrix.
Referenced by computeReconstructionError().
| float PcaElement< T >::meanReconstructionError | ( | ) |
Definition at line 156 of file cah_d.h.
References _meanReconstructionError.
Referenced by distanceTo().
| float PcaElement< T >::unreconstructedInertia | ( | ) |
Definition at line 170 of file cah_d.h.
References _unreconstructedInertia.
| float PcaElement< T >::varReconstructionError | ( | ) |
Definition at line 163 of file cah_d.h.
References _varReconstructionError.
|
protected |
Definition at line 118 of file cah.h.
Referenced by computeReconstructionError(), and errorMatrix().
|
protected |
Definition at line 119 of file cah.h.
Referenced by computeReconstructionError().
|
protected |
Definition at line 115 of file cah.h.
Referenced by computeReconstructionError(), meanReconstructionError(), and PcaElement().
|
protected |
Definition at line 122 of file cah.h.
Referenced by agregateTo(), computeReconstructionError(), and PcaElement().
|
protected |
Definition at line 121 of file cah.h.
Referenced by computeReconstructionError(), PcaElement(), and unreconstructedInertia().
|
protected |
Definition at line 116 of file cah.h.
Referenced by computeReconstructionError(), PcaElement(), and varReconstructionError().