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

List of all members
RowMergedNumericTable Class Reference

Class that provides methods to access a collection of numeric tables as if they are joined by rows. More...

Class Constructor

◆ RowMergedNumericTable() [1/3]

Constructs empty row merged numeric table

Parameters
contextContext to manage created row merged numeric table

◆ RowMergedNumericTable() [2/3]

RowMergedNumericTable ( DaalContext  context,
long  cTable 
)

Constructs row merged numeric table from C++ row merged numeric table

Parameters
contextContext to manage created row merged numeric table
cTablePointer to C++ numeric table

◆ RowMergedNumericTable() [3/3]

Constructs row merged numeric table consisting of one table

Parameters
contextContext to manage created row merged numeric table
tablePointer to the Numeric Table

Detailed Description

Member Function Documentation

◆ addNumericTable()

void addNumericTable ( NumericTable  table)

Adds the table to the right of the rowmerged numeric table

Parameters
tablePointer to the Numeric Table

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

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