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

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

Constructs empty row merged numeric table

Parameters
contextContext to manage created row merged numeric table
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

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

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.