Runs the PCA algorithm in the online processing mode.
More...
Constructs the PCA algorithm in the online 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 |
Constructs the PCA algorithm in the online 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 | Computation method, Method |
Returns the newly allocated PCA algorithm in the online 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
Runs the PCA algorithm in the online processing mode
- Returns
- Partial results of the PCA algorithm in the online processing mode
Computes the results of the PCA algorithm in the online processing mode
- Returns
- Results of the PCA algorithm in the online processing mode
void setPartialResult |
( |
PartialResult |
partialResult, |
|
|
boolean |
initializationFlag |
|
) |
| |
Registers user-allocated memory to store partial results of the PCA algorithm in the online processing mode
- Parameters
-
partialResult | Structure for storing partial results of the PCA algorithm |
initializationFlag | Flag that specifies whether partial results are initialized |
Registers user-allocated memory to store partial results of the PCA algorithm in the online processing mode
- Parameters
-
partialResult | Structure for storing partial results of the PCA algorithm |
void setResult |
( |
Result |
result | ) |
|
Registers user-allocated memory for storing the results of the PCA algorithm in the online processing mode
- Parameters
-
result | Structure for storing the results of the PCA algorithm |
Computation method for the algorithm
The documentation for this class was generated from the following file: