Computes the result of the PCA SVD algorithm on local nodes.
More...
template<typename algorithmFPType>
class daal::algorithms::pca::interface1::Distributed< step2Master, algorithmFPType, svdDense >
- 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
virtual int getMethod |
( |
| ) |
const |
|
inlinevirtual |
Returns method of the algorithm
- Returns
- Method of the algorithm
Returns structure that contains computed partial results of the PCA algorithm
- Returns
- Structure that contains partial results of the PCA algorithm
Returns the structure that contains the results of the PCA algorithm
- Returns
- Structure that contains the results of the PCA algorithm
services::Status setPartialResult |
( |
const services::SharedPtr< PartialResult< svdDense > > & |
partialResult | ) |
|
|
inline |
Registers user-allocated memory to store partial results of the PCA algorithm
- Parameters
-
[in] | partialResult | Structure for storing partial results 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: