Java* API Reference for Intel® Data Analytics Acceleration Library 2018 Update 2

List of all members
QualityMetricSetBatch Class Reference

Class that represents a quality metric set to check the model trained with the PCA algorithm. More...

Class Constructor

◆ QualityMetricSetBatch()

QualityMetricSetBatch ( DaalContext  context,
long  nComponents,
long  nFeatures 
)

Constructs the quality metrics algorithm

Parameters
contextContext to manage the quality metrics algorithm
nComponentsNumber of principal components
nFeaturesNumber of features of source dataset

Detailed Description

Enumerations

Member Function Documentation

◆ compute()

ResultCollection compute ( )

Computes the results for the quality metric set in the batch processing mode

Returns
Structure that contains a computed quality metric set

◆ getInputDataCollection()

InputDataCollection getInputDataCollection ( )

Returns the collection of input objects of quality metrics algorithms

Returns
Collection of input objects 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.