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

List of all members
MergedNumericTable Class Reference

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

Class Constructor

Constructs empty merged numeric table

Parameters
contextContext to manage created merged numeric table
MergedNumericTable ( DaalContext  context,
long  cTable 
)

Constructs merged numeric table from C++ merged numeric table

Parameters
contextContext to manage created merged numeric table
cTablePointer to C++ numeric table
MergedNumericTable ( DaalContext  context,
NumericTable  table 
)

Constructs merged numeric table consisting of one table

Parameters
contextContext to manage created merged numeric table
tablePointer to the Numeric Table
MergedNumericTable ( DaalContext  context,
NumericTable  first,
NumericTable  second 
)

Constructs merged numeric table consisting of two tables

Parameters
contextContext to manage created merged numeric table
firstPointer to the first Numeric Table
secondPointer to the second Numeric Table

Detailed Description

Member Function Documentation

void addNumericTable ( NumericTable  table)

Adds the table to the right of the merged 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.