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

Static Public Attributes | List of all members
CSRNumericTable.Indexing Class Reference

Indexing scheme used for accessing the data in CSR layout

Class Constructor

Indexing ( int  value)

Constructs the indexing scheme object using the provided value

Parameters
valueValue corresponding to the indexing scheme object

Static Public Attributes

static final Indexing zeroBased = new Indexing(zeroBasedValue)
 
static final Indexing oneBased = new Indexing(oneBasedValue)
 

Member Function Documentation

int getValue ( )

Returns the value corresponding to the indexing scheme object

Returns
Value corresponding to the indexing scheme object

Member Data Documentation

final Indexing oneBased = new Indexing(oneBasedValue)
static

1-based indexing

final Indexing zeroBased = new Indexing(zeroBasedValue)
static

0-based indexing


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

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