Parameters of the PCA algorithm in the batch processing mode.
More...
| boolean getIsDeterministic |
( |
| ) |
|
Gets the number of components for PCA transformation.
- Returns
- The the number of components for PCA transformation.
| long getNumberOfComponents |
( |
| ) |
|
Gets the number of components for PCA transformation.
- Returns
- The the number of components for PCA transformation.
| long getResultsToCompute |
( |
| ) |
|
Gets the 64 bit integer flag that indicates the results to compute
- Returns
- The 64 bit integer flag that indicates the results to compute
Sets the correlation or variance-covariance matrix algorithm used by the PCA algorithm
- Parameters
-
| covariance | Correlation or variance-covariance matrix algorithm |
| void setIsDeterministic |
( |
boolean |
isDeterministic | ) |
|
Sets the the number of components for PCA transformation.
- Parameters
-
| isDeterministic | The number of components for PCA transformation. |
| void setNumberOfComponents |
( |
long |
nComponents | ) |
|
Sets the the number of components for PCA transformation.
- Parameters
-
| nComponents | The number of components for PCA transformation. |
| void setResultsToCompute |
( |
long |
resultsToCompute | ) |
|
Sets the 64 bit integer flag that indicates the results to compute
- Parameters
-
| resultsToCompute | The 64 bit integer flag that indicates the results to compute |
The documentation for this class was generated from the following file: