Python* API Reference for Intel® Data Analytics Acceleration Library 2020 Update 1
Provides methods to compute a quality metric set of an algorithm in the batch processing mode. More...
Public Member Functions | |
def | getResultCollection |
def | getInputDataCollection |
def | computeNoThrow |
def | compute |
Static Public Attributes | |
inputAlgorithms = ... | |
def compute | ( | self | ) |
compute(Batch self) -> daal.algorithms.quality_metric_set.ResultCollectionPtr
def computeNoThrow | ( | self | ) |
Computes results for a quality metric set in the batch processing mode.
def getInputDataCollection | ( | self | ) |
Returns the collection of input objects for the quality metrics algorithm
def getResultCollection | ( | self | ) |
Returns the structure that contains a computed quality metric set
|
static |
Collection of quality metrics algorithms
For more complete information about compiler optimizations, see our Optimization Notice.