#include <FrameAccGD.h>
List of all members.
Detailed Description
Class used to compute mean and covariance (DIAG) of a set of features
- Author:
- Frederic Wils frederic.wils@lia.univ-avignon.fr
- Version:
- 1.0
- Date:
- 2003
Definition at line 80 of file FrameAccGD.h.
Constructor & Destructor Documentation
| alize::FrameAccGD::FrameAccGD |
( |
) |
[explicit] |
| alize::FrameAccGD::FrameAccGD |
( |
const FrameAccGD & |
) |
|
| virtual alize::FrameAccGD::~FrameAccGD |
( |
) |
[virtual] |
Member Function Documentation
| virtual void alize::FrameAccGD::accumulate |
( |
const Feature & |
f ) |
[virtual] |
| void alize::FrameAccGD::add |
( |
const FrameAccGD & |
f ) |
|
Add the values from another FrameAcc - LIUM Modification
- Parameters:
-
| virtual void alize::FrameAccGD::computeAll |
( |
) |
[private, virtual] |
| void alize::FrameAccGD::copy |
( |
const FrameAccGD & |
) |
[private] |
| static FrameAccGD& alize::FrameAccGD::create |
( |
) |
[static] |
| virtual void alize::FrameAccGD::deaccumulate |
( |
const Feature & |
f ) |
[virtual] |
Delete an accumulated feature
- Parameters:
-
| f | the feature to delete LIUM Modification |
Implements alize::FrameAcc.
| virtual String alize::FrameAccGD::getClassName |
( |
) |
const [virtual] |
Returns the name of the class
- Returns:
- the name of the class of the object as a String
Implements alize::Object.
Returns the covariance vector
- Returns:
- the covariance vector
Returns the standard deviation vector
- Returns:
- the standard deviation vector
| const DoubleVector& alize::FrameAccGD::getxAccVect |
( |
) |
const |
Returns the accumulated square parameters vector
- Returns:
- the accumulated square parameters vector
| bool alize::FrameAccGD::operator!= |
( |
const FrameAccGD & |
) |
const [private] |
| bool alize::FrameAccGD::operator== |
( |
const FrameAccGD & |
) |
const [private] |
Friends And Related Function Documentation
friend class TestFrameAccGD [friend] |
Member Data Documentation
The documentation for this class was generated from the following file: