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 |
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 |
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
Returns method of the algorithm
- Returns
- Method of the algorithm
Returns the structure that contains partial results of the PCA algorithm
- Returns
- Structure that contains partial results of the PCA algorithm
Returns structure that contains the results of the PCA algorithm
- Returns
- Structure that contains the results of the PCA algorithm
Registers user-allocated memory to store the results of the PCA algorithm
- Parameters
-
[in] | partialResult | Structure for storing partial result of the PCA algorithm |
services::Status setResult |
( |
const ResultPtr & |
res | ) |
|
|
inline |
Registers user-allocated memory to store the results of the PCA algorithm
- Parameters
-
[in] | res | Structure to store the results of the PCA algorithm |
The documentation for this class was generated from the following file: