#include <reduce.h>
Inheritance diagram for fl::PCA:

Public Methods | |
| PCA (int targetDimension) | |
| PCA (std::istream &stream) | |
| virtual void | analyze (const std::vector< Vector< float > > &data) |
| virtual Vector< float > | reduce (const Vector< float > &datum) |
| virtual void | read (std::istream &stream) |
| virtual void | write (std::ostream &stream, bool withName=false) |
Public Attributes | |
| int | targetDimension |
| Matrix< float > | W |
| Basis matrix for reduced space. | |
|
|
|
|
|
|
|
|
Reimplemented from fl::DimensionalityReduction. |
|
|
Reimplemented from fl::DimensionalityReduction. |
|
|
Implements fl::DimensionalityReduction. |
|
||||||||||||
|
Reimplemented from fl::DimensionalityReduction. |
|
|
|
|
|
Basis matrix for reduced space.
|
1.2.18