bioprocessing
5.1.2
|
#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 |
|
inline |
Definition at line 28 of file cah.h.
References Element< T >::_constitutedFrom, and Element< T >::number().
|
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.
References Element< T >::_card.
Referenced by BaryElement< T >::agregateTo(), BaryElement< T >::distanceTo(), PcaElement< T >::distanceTo(), and Element< T >::setCard().
|
inline |
Definition at line 42 of file cah.h.
References Element< T >::_constitutedFrom.
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.
References Element< T >::_number.
Referenced by Cah< T >::addElement(), Element< T >::Element(), Cah< T >::oneStep(), and Element< T >::setNumber().
|
inline |
Definition at line 40 of file cah.h.
References Element< T >::_card, and Element< T >::card().
|
inline |
Definition at line 37 of file cah.h.
References Element< T >::_number, and Element< T >::number().
Referenced by Cah< T >::addElement().
|
protected |
Definition at line 54 of file cah.h.
Referenced by BaryElement< T >::BaryElement(), Element< T >::card(), Max2By2DistanceElement< T >::Max2By2DistanceElement(), PcaElement< T >::PcaElement(), PcaReprocReconsErrorElement< T >::PcaReprocReconsErrorElement(), PPcaElement< T >::PPcaElement(), and Element< T >::setCard().
|
protected |
Definition at line 55 of file cah.h.
Referenced by BaryElement< T >::BaryElement(), Element< T >::constitutedFrom(), Element< T >::Element(), PcaElement< T >::PcaElement(), PcaReprocReconsErrorElement< T >::PcaReprocReconsErrorElement(), and PPcaElement< T >::PPcaElement().
|
protected |
Definition at line 53 of file cah.h.
Referenced by Element< T >::number(), and Element< T >::setNumber().