Java* API Reference for Intel® Data Analytics Acceleration Library 2019 Update 4

Static Public Attributes | List of all members
ComputationMode Class Reference

Available modes of kernel function computation. More...

Class Constructor

ComputationMode ( int  value)

Constructs the computation mode object using the provided value

Parameters
valueValue corresponding to the computation mode object

Static Public Attributes

static final ComputationMode vectorVector = new ComputationMode(VectorVector)
 
static final ComputationMode matrixVector = new ComputationMode(MatrixVector)
 
static final ComputationMode matrixMatrix = new ComputationMode(MatrixMatrix)
 

Detailed Description

Member Function Documentation

int getValue ( )

Returns the value corresponding to the computation mode object

Returns
Value corresponding to the computation mode object

Member Data Documentation

final ComputationMode matrixMatrix = new ComputationMode(MatrixMatrix)
static

Computes the kernel function for all the vectors in the sets X and Y

final ComputationMode matrixVector = new ComputationMode(MatrixVector)
static

Computes the kernel function for all the vectors in the set X and a given feature vector Yi

final ComputationMode vectorVector = new ComputationMode(VectorVector)
static

Computes the kernel function for given feature vectors Xi and Yj


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

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