bioprocessing  5.1.2
PPcaElement< T > Class Template Reference

#include <bioprocessing/classification/cah.h>

Inheritance diagram for PPcaElement< T >:
Collaboration diagram for PPcaElement< T >:

Public Member Functions

 PPcaElement (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 ~PPcaElement ()
 
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)
 
aims::ProbabilisticPcaElement * ppca ()
 
- 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
 

Detailed Description

template<typename T>
class PPcaElement< T >

Definition at line 167 of file cah.h.

Constructor & Destructor Documentation

◆ PPcaElement()

template<typename T >
PPcaElement< T >::PPcaElement ( 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 272 of file cah_d.h.

References Element< T >::_card, and Element< T >::_constitutedFrom.

◆ ~PPcaElement()

template<typename T >
virtual PPcaElement< T >::~PPcaElement ( )
inlinevirtual

Definition at line 173 of file cah.h.

Member Function Documentation

◆ agregateTo()

template<typename T >
Element< T > * PPcaElement< T >::agregateTo ( Element< T > *  other,
const std::vector< std::list< Point3d > > &  classes,
const AimsData< T > &  data,
const AimsData< float > &  initDistances,
int  newNb = -1 
)
virtual

Implements Element< T >.

Definition at line 401 of file cah_d.h.

References Element< T >::constitutedFrom().

◆ distanceTo()

template<typename T >
float PPcaElement< T >::distanceTo ( Element< T > *  other,
const std::vector< std::list< Point3d > > &  classes,
const AimsData< T > &  data,
const AimsData< float > &  initDistances 
)
virtual

Implements Element< T >.

Definition at line 315 of file cah_d.h.

References Element< T >::constitutedFrom(), and PPcaElement< T >::ppca().

◆ ppca()

template<typename T >
aims::ProbabilisticPcaElement* PPcaElement< T >::ppca ( )
inline

Definition at line 185 of file cah.h.

Referenced by PPcaElement< T >::distanceTo().


The documentation for this class was generated from the following files: