Runs the PCA algorithm in the batch processing mode.
More...
◆ Batch() [1/2]
Constructs the PCA algorithm in the batch processing mode by copying input objects and parameters of another PCA algorithm
- Parameters
-
context | Context to manage the PCA algorithm |
other | An algorithm to be used as the source to initialize the input objects and parameters of the algorithm |
◆ Batch() [2/2]
Constructs the PCA algorithm in the batch processing mode
- Parameters
-
context | Context to manage the PCA algorithm |
cls | Data type to use in intermediate computations for the PCA algorithm, Double.class or Float.class |
method | PCA computation method, Method |
◆ clone()
Returns the newly allocated PCA algorithm in the batch processing mode with a copy of input objects and parameters of this PCA algorithm
- Parameters
-
context | Context to manage the PCA algorithm |
- Returns
- The newly allocated algorithm
◆ compute()
Runs the PCA algorithm in the batch processing mode
- Returns
- Results of the PCA algorithm in the batch processing mode
◆ setResult()
void setResult |
( |
Result |
result | ) |
|
Registers user-allocated memory to store the results of the PCA algorithm in the batch processing mode
- Parameters
-
result | Structure for storing the results of the PCA algorithm |
◆ input
◆ method
Computation method for the algorithm
◆ parameter
Parameters of the algorithm
The documentation for this class was generated from the following file: