Python* API Reference for Intel® Data Analytics Acceleration Library 2019 Update 5
Class that represents a quality metric set to check the model trained with the SVM algorithm. More...
Public Member Functions | |
| def | __init__ |
| def | getResultCollection |
| def | getInputDataCollection |
| def | compute |
Public Member Functions inherited from Batch | |
| def | getResultCollection |
| def | getInputDataCollection |
| def | computeNoThrow |
| def | compute |
Additional Inherited Members | |
Static Public Attributes inherited from Batch | |
| inputAlgorithms = ... | |
| def __init__ | ( | self, | |
useDefaultMetrics = True |
|||
| ) |
Constructs a quality metric set for the model trained with the SVM algorithm
| useDefaultMetrics | Flag. If true, a quality metric set is initialized with the quality metrics provided by the library |
| def compute | ( | self | ) |
compute(Batch self) -> daal.algorithms.svm.quality_metric_set.ResultCollectionPtr
| def getInputDataCollection | ( | self | ) |
Returns the collection of input objects of the quality metrics algorithm
| def getResultCollection | ( | self | ) |
Returns the structure that contains a computed quality metric set
For more complete information about compiler optimizations, see our Optimization Notice.