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

List of all members
Parameter Class Reference

Optional parameters for computing kernel functions. More...

Class Constructor

Parameter ( DaalContext  context)

Constructs the default parameter of the kernel function

Parameters
contextContext to manage the parameter

Detailed Description

Member Function Documentation

long getRowIndexResult ( )

Gets the index of the result of the kernel function computation

Returns
index of the result of the kernel function computation
long getRowIndexX ( )

Gets the index of the vector in the set X

Returns
index of the vector in the set X
long getRowIndexY ( )

Gets the index of the vector in the set Y

Returns
index of the vector in the set Y
void setComputationMode ( ComputationMode  computationMode)

Sets the mode of computing kernel functions

Parameters
computationModeComputation mode
void setRowIndexResult ( long  rowIndexResult)

Sets the index of the result of the kernel function computation

Parameters
rowIndexResultIndex of the result of the kernel function computation
void setRowIndexX ( long  rowIndexX)

Sets the index of the vector in the set X

Parameters
rowIndexXIndex of the vector in the set X
void setRowIndexY ( long  rowIndexY)

Sets the index of the vector in the set Y

Parameters
rowIndexYIndex of the vector in the set Y

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

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