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

List of all members
Parameter Class Reference

Optional parameters for computing kernel functions. More...

Class Constructor

◆ Parameter()

Parameter ( DaalContext  context)

Constructs the default parameter of the kernel function

Parameters
contextContext to manage the parameter

Detailed Description

Member Function Documentation

◆ getRowIndexResult()

long getRowIndexResult ( )

Gets the index of the result of the kernel function computation

Returns
index of the result of the kernel function computation

◆ getRowIndexX()

long getRowIndexX ( )

Gets the index of the vector in the set X

Returns
index of the vector in the set X

◆ getRowIndexY()

long getRowIndexY ( )

Gets the index of the vector in the set Y

Returns
index of the vector in the set Y

◆ setComputationMode()

void setComputationMode ( ComputationMode  computationMode)

Sets the mode of computing kernel functions

Parameters
computationModeComputation mode

◆ setRowIndexResult()

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

◆ setRowIndexX()

void setRowIndexX ( long  rowIndexX)

Sets the index of the vector in the set X

Parameters
rowIndexXIndex of the vector in the set X

◆ setRowIndexY()

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.