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

List of all members
Parameter Class Reference

Parameters of the multi-class classifier algorithm. More...

Detailed Description

Member Function Documentation

◆ getEps()

double getEps ( )

Retrieves convergence threshold of the multi-class classifier training algorithm

Returns
Convergence threshold of the multi-class classifier training algorithm

◆ getNIter()

long getNIter ( )

Retrieves maximum number of iterations of the multi-class classifier training algorithm

Returns
Maximum number of iterations of the multi-class classifier training algorithm

◆ setEps()

void setEps ( double  eps)

Sets convergence threshold of the multi-class classifier training algorithm

Parameters
epsConvergence threshold of the multi-class classifier training algorithm

◆ setNIter()

void setNIter ( long  nIter)

Sets maximum number of iterations of the multi-class classifier training algorithm

Parameters
nIterMaximum number of iterations of the multi-class classifier training algorithm

◆ setPrediction()

Sets algorithm for prediction based on two class classifier model

Parameters
predictionAlgorithm for prediction based on two class classifier model

◆ setTraining()

Sets algorithm for two class classifier model training

Parameters
trainingAlgorithm for two class classifier model training

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

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