Provides methods to run implementations of the PCA transformation algorithm in the batch processing mode.
More...
template<typename algorithmFPType, Method method, CpuType cpu>
class daal::algorithms::pca::transform::interface1::BatchContainer< algorithmFPType, method, cpu >
- Template Parameters
-
algorithmFPType | Data type to use in intermediate computations of the PCA transformation algorithm, double or float |
method | Computation method of the PCA transformation algorithm, daal::algorithms::pca::transform::Method |
Constructs a container for the PCA transformation algorithm with a specified environment in the batch processing mode
- Parameters
-
[in] | daalEnv | Environment object |
virtual services::Status compute |
( |
| ) |
|
|
virtual |
Computes the result of the PCA transformation algorithm in the batch processing mode
The documentation for this class was generated from the following file: