Java* API Reference for Intel® Data Analytics Acceleration Library 2019
Available types of results of the PCA algorithm. More...
| ResultId | ( | int | value | ) |
Constructs the result object identifier using the provided value
| value | Value corresponding to the result object identifier |
Static Public Attributes | |
| static final ResultId | eigenValues = new ResultId(eigenValuesId) |
| static final ResultId | eigenVectors = new ResultId(eigenVectorsId) |
| static final ResultId | means = new ResultId(meansId) |
| static final ResultId | variances = new ResultId(variancesId) |
| int getValue | ( | ) |
Returns the value corresponding to the result object identifier
For more complete information about compiler optimizations, see our Optimization Notice.