bioprocessing  5.1.2
PcaReprocReconsErrorElement< T > Class Template Reference

#include <bioprocessing/classification/cah.h>

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

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
 

Detailed Description

template<typename T>
class PcaReprocReconsErrorElement< T >

Definition at line 128 of file cah.h.

Constructor & Destructor Documentation

◆ PcaReprocReconsErrorElement()

template<typename T >
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, and Element< T >::_constitutedFrom.

◆ ~PcaReprocReconsErrorElement()

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

Definition at line 134 of file cah.h.

Member Function Documentation

◆ agregateTo()

template<typename T >
Element< T > * PcaReprocReconsErrorElement< 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 748 of file cah_d.h.

References Element< T >::constitutedFrom().

◆ distanceTo()

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

◆ errorMatrix()

template<typename T >
const AimsData<float>& PcaReprocReconsErrorElement< T >::errorMatrix ( )
inline

Definition at line 145 of file cah.h.

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

◆ meanReconstructionError()

template<typename T >
float PcaReprocReconsErrorElement< T >::meanReconstructionError

Definition at line 644 of file cah_d.h.

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

◆ unreconstructedInertia()

template<typename T >
float PcaReprocReconsErrorElement< T >::unreconstructedInertia

Definition at line 658 of file cah_d.h.

◆ varReconstructionError()

template<typename T >
float PcaReprocReconsErrorElement< T >::varReconstructionError

Definition at line 651 of file cah_d.h.

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


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