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


Public Member Functions | |
| 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 |
| virtual float | distanceTo (Element< T > *other, const std::vector< std::list< Point3d > > &classes, const AimsData< T > &data, const AimsData< float > &initDistances)=0 |
| 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)=0 |
Protected Attributes | |
| int | _number |
| int | _card |
| std::set< int > | _constitutedFrom |
|
pure virtual |
Implemented in SCKBDistanceElement< T >, Max2By2DistanceElement< T >, PPcaElement< T >, PcaReprocReconsErrorElement< T >, PcaElement< T >, and BaryElement< T >.
Referenced by Cah< T >::oneStep().
|
inline |
Definition at line 39 of file cah.h.
Referenced by BaryElement< T >::agregateTo(), BaryElement< T >::distanceTo(), and PcaElement< T >::distanceTo().
|
inline |
Definition at line 42 of file cah.h.
Referenced by BaryElement< T >::agregateTo(), PcaElement< T >::agregateTo(), PcaReprocReconsErrorElement< T >::agregateTo(), PPcaElement< T >::agregateTo(), Max2By2DistanceElement< T >::agregateTo(), SCKBDistanceElement< T >::agregateTo(), PcaReprocReconsErrorElement< T >::distanceTo(), PPcaElement< T >::distanceTo(), Max2By2DistanceElement< T >::distanceTo(), SCKBDistanceElement< T >::distanceTo(), and Cah< T >::oneStep().
|
pure virtual |
Implemented in SCKBDistanceElement< T >, Max2By2DistanceElement< T >, PPcaElement< T >, PcaReprocReconsErrorElement< T >, PcaElement< T >, and BaryElement< T >.
Referenced by Cah< T >::oneStep().
|
inline |
Definition at line 36 of file cah.h.
Referenced by Cah< T >::addElement(), and Cah< T >::oneStep().
|
inline |
|
inline |
Definition at line 37 of file cah.h.
Referenced by Cah< T >::addElement().
|
protected |
Definition at line 54 of file cah.h.
Referenced by BaryElement< T >::agregateTo(), BaryElement< T >::BaryElement(), BaryElement< T >::distanceTo(), Max2By2DistanceElement< T >::Max2By2DistanceElement(), PcaElement< T >::PcaElement(), PcaReprocReconsErrorElement< T >::PcaReprocReconsErrorElement(), and PPcaElement< T >::PPcaElement().
|
protected |
Definition at line 55 of file cah.h.
Referenced by BaryElement< T >::BaryElement(), PcaElement< T >::computeReconstructionError(), PcaElement< T >::PcaElement(), PcaReprocReconsErrorElement< T >::PcaReprocReconsErrorElement(), and PPcaElement< T >::PPcaElement().