Computes the results of the PCA transformation algorithm in the batch processing mode.
More...
- Parameters
-
fptype | Data type to use in intermediate computations for the PCA transformation algorithm, double or float |
method | Computation method of the algorithm, daal.algorithms.pca.transform.Method |
- Enumerations
- Method Computation methods for the PCA transformation algorithm
- Aliases
Batch_Float64DefaultDense
is an alias of Batch(fptype=float64, method=daal.algorithms.pca.transform.defaultDense)
Batch_Float32DefaultDense
is an alias of Batch(fptype=float32, method=daal.algorithms.pca.transform.defaultDense)
def __init__ |
( |
|
self, |
|
|
|
args |
|
) |
| |
- Variant 1
Constructs a PCA transformation algorithm
- Parameters
-
nComponents | Number of principal components |
- Variant 2
Constructs a PCA transformation algorithm
- Parameters
-
nComponents | Number of principal components |
- Variant 3
Constructs a PCA transformation algorithm by copying input objects and parameters of another PCA transformation algorithm
- Parameters
-
other | An algorithm to be used as the source to initialize the input objects and parameters of the algorithm |
Returns a pointer to the newly allocated PCA transformation algorithm with a copy of input objects and parameters of this PCA transformation algorithm
- Returns
- Pointer to the newly allocated algorithm
Returns method of the algorithm
- Returns
- Method of the algorithm
Returns the structure that contains the results of the PCA transformation algorithm
- Returns
- Structure that contains the results of the PCA transformation algorithm
def setResult |
( |
|
self, |
|
|
|
res |
|
) |
| |
Register user-allocated memory to store the results of the PCA transformation algorithm
- Returns
- Structure to store the results of the PCA transformation algorithm
PCA transformation parameters
The documentation for this class was generated from the following file: