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

List of all members
ExplainedVarianceParameter Class Reference

Base class for the parameters of the algorithm. More...

Class Constructor

◆ ExplainedVarianceParameter()

Constructs the parameters of the quality metric algorithm

Parameters
contextContext to manage the parameters of the quality metric algorithm

Detailed Description

Member Function Documentation

◆ getNComponents()

double getNComponents ( )

Gets the number of components

Returns
Number of components

◆ getNFeatures()

double getNFeatures ( )

Gets the number of feautres

Returns
Number of features

◆ setNComponents()

void setNComponents ( long  nComponents)

Sets the number of components

Parameters
nComponentsNumber of components

◆ setNFeatures()

void setNFeatures ( long  nFeatures)

Sets the number of features

Parameters
nFeaturesNumber of features

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

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