Class that represents a quality metric set of the pca algorithm.
More...
- Enumerations
- QualityMetricId Identifiers of quality metrics provided by the library
- References
-
def __init__ |
( |
|
self, |
|
|
|
nComponents = 0 , |
|
|
|
nFeatures = 0 , |
|
|
|
useDefaultMetrics = True |
|
) |
| |
Constructs a quality metric set for the pca algorithm
- Parameters
-
nComponents | Number of principal components |
nFeatures | Number of features of source dataset |
useDefaultMetrics | Flag. If true, a quality metric set is initialized with the quality metrics provided by the library |
compute(Batch self) -> daal.algorithms.pca.quality_metric_set.ResultCollectionPtr
def getInputDataCollection |
( |
|
self | ) |
|
Returns the collection of input objects of the quality metrics algorithm
- Returns
- Collection of input objects of the quality metrics algorithm
def getResultCollection |
( |
|
self | ) |
|
Returns the structure that contains a computed quality metric set
- Returns
- Structure that contains a computed quality metric set
Parameters of the algorithm
The documentation for this class was generated from the following file:
- pca/quality_metric_set.py