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

Static Public Attributes | List of all members
ComputeMode Class Reference

Class Constructor

ComputeMode ( int  value)

Constructs the compute mode object using the provided value

Parameters
valueValue corresponding to the compute mode object

Static Public Attributes

static final ComputeMode batch = new ComputeMode(batchValue)
 
static final ComputeMode online = new ComputeMode(onlineValue)
 
static final ComputeMode distributed = new ComputeMode(distributedValue)
 

Detailed Description

Computation modes of the Intel(R) Data Analytics Acceleration Library algorithms

Member Function Documentation

int getValue ( )

Returns the value corresponding to the compute mode object

Returns
Value corresponding to the compute mode object

Member Data Documentation

final ComputeMode batch = new ComputeMode(batchValue)
static

Batch processing computation mode

final ComputeMode distributed = new ComputeMode(distributedValue)
static

Processing of data sets distributed across several devices

final ComputeMode online = new ComputeMode(onlineValue)
static

Online mode - processing of data sets in blocks


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

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