Computes the results of the PCA Correlation algorithm.
More...
template<typename algorithmFPType>
class daal::algorithms::pca::interface1::Online< algorithmFPType, correlationDense >
- Template Parameters
-
algorithmFPType | Data type to use in intermediate computations of the PCA algorithm, double or float |
◆ Online() [1/2]
◆ Online() [2/2]
Constructs a PCA algorithm by copying input objects and parameters of another PCA algorithm
- Parameters
-
[in] | other | An algorithm to be used as the source to initialize the input objects and parameters of the algorithm |
◆ clone()
Returns a pointer to the newly allocated PCA algorithm with a copy of input objects and parameters of this PCA algorithm
- Returns
- Pointer to the newly allocated algorithm
◆ getMethod()
Returns method of the algorithm
- Returns
- Method of the algorithm
Implements AlgorithmIface.
◆ getPartialResult()
Returns the structure that contains partial results of the PCA algorithm
- Returns
- Structure that contains partial results of the PCA algorithm
◆ getResult()
Returns structure that contains the results of the PCA algorithm
- Returns
- Structure that contains the results of the PCA algorithm
◆ setPartialResult()
Registers user-allocated memory to store the results of the PCA algorithm
- Parameters
-
[in] | partialResult | Structure for storing partial result of the PCA algorithm |
◆ setResult()
Registers user-allocated memory to store the results of the PCA algorithm
- Parameters
-
[in] | res | Structure to store the results of the PCA algorithm |
◆ input
◆ parameter
The documentation for this class was generated from the following file: