Contains classes for computing the results of the PCA transformation algorithm.
More...
|
class | Input |
| Input objects for the PCA transformation algorithm in the batch and online processing modes and for the first distributed step of the algorithm. More...
|
|
class | Result |
| Provides methods to access final results obtained with the compute() method of the PCA transformation algorithm in the batch processing mode or finalizeCompute() method of algorithm in the online processing mode or on the second and third steps of the algorithm in the distributed processing mode. More...
|
|
struct | Parameter |
| Parameters for the PCA transformation compute method. More...
|
|
◆ InputId
Available types of input objects for the PCA transformation algorithm
Enumerator |
---|
data | Input data table
|
eigenvectors | Transformation matrix of eigenvectors
|
◆ Method
Available methods for computing the PCA transformation algorithm
Enumerator |
---|
defaultDense | Default method
|
◆ ResultId
Available types of results of the PCA transformation algorithm
Enumerator |
---|
transformedData | Transformed data
|
◆ TransformComponentId
Available types of dataForTransform - TODO: remove after extending PCA
Enumerator |
---|
mean | Numeric table of size 1 x p with the mean values of features >
|
variance | Numeric table of size 1 x p with the variances of features >
|
eigenvalue | Numeric table of size 1 x p with the always computed eigenvalues>
|
◆ TransformDataInputId
Available types of input objects for the PCA transformation algorithm
Enumerator |
---|
dataForTransform | Data for transform
|