Class that represents a set of quality metrics to check the model trained with the LogitBoost training algorithm.
More...
- Enumerations
- QualityMetricId Quality metrics provided by the library
- References
-
def __init__ |
( |
|
self, |
|
|
|
nClasses = 2 , |
|
|
|
useDefaultMetrics = True |
|
) |
| |
Constructs a quality metric set for the model trained with the LogitBoost algorithm
- Parameters
-
nClasses | Number of classes |
useDefaultMetrics | Flag. If true, a quality metric set is initialized with the quality metrics provided by the library |
compute(Batch self) -> daal.algorithms.logitboost.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
The documentation for this class was generated from the following file:
- logitboost/quality_metric_set.py