Gaia
|
The Center analyzer centers the points around the mean of each descriptor. More...
#include <center.h>
Public Member Functions | |
Center (const ParameterMap ¶ms) | |
Transformation | analyze (const DataSet *data, const Region ®ion) const |
![]() | |
Analyzer (const ParameterMap ¶ms) | |
virtual Transformation | analyze (const DataSet *dataset) const |
void | checkDataSet (const DataSet *dataset) const |
Checks that the given dataset is valid. More... | |
void | checkMinPoints (const DataSet *dataset, int n) const |
Checks that the given dataset as at least the specified number of points. More... | |
const Region & | checkFixedLength (const Region ®ion, const PointLayout &layout) const |
Checks that the given Region only contains fixed-length descriptors and throws an exception if not. More... | |
Additional Inherited Members | |
![]() | |
QString | name |
Name for the algorithm, usually the key that was used to instantiate it from the factory. | |
QStringList | validParams |
List of valid parameters this analyzer accepts. More... | |
![]() | |
ParameterMap | _params |
QStringList | _descriptorNames |
QStringList | _exclude |
The Center analyzer centers the points around the mean of each descriptor.
(it substracts the mean of a each dimension to all instances).
descriptorNames | the names of the descriptors to be included in the normalization. Only accepts real descriptors, can use wildcards. (default: "*"). |
except | the names of the descriptors to be removed from the selected list specified before. Can use wildcards. (default: ""). |