Python* API Reference for Intel® Data Analytics Acceleration Library 2020 Update 1

Public Member Functions | Static Public Attributes | List of all members
Batch Class Reference

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 = ...
 

Detailed Description

Member Function Documentation

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.

Returns
Status of computations
def getInputDataCollection (   self)

Returns the collection of input objects for the quality metrics algorithm

Returns
The collection of input objects for 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

Member Data Documentation

inputAlgorithms = ...
static

Collection of quality metrics algorithms


The documentation for this class was generated from the following file:

For more complete information about compiler optimizations, see our Optimization Notice.