Java* API Reference for Intel® Data Analytics Acceleration Library 2019 Update 5
Contains classes for a data management component responsible for representation of data in the numeric format. More...
Packages | |
| package | com.intel.daal.data_management.data |
| Contains classes that implement the data management component responsible for representaion of the data in numerical format. | |
Classes | |
| class | AOSNumericTable |
| Class that provides methods to access data that is stored as a contiguous array of heterogeneous feature vectors, and each feature vector is represented with a data structure. Therefore, the data is represented as an Array Of Structures(AOS). More... | |
| class | AOSNumericTableImpl |
| Class that provides methods to access data that is stored as a contiguous array of heterogeneous feature vectors, and each feature vector is represented with a data structure. Therefore, the data is represented as an Array Of Structures(AOS). More... | |
| class | CSRNumericTable |
| Numeric table that provides methods to access data that is stored in the Compressed Sparse Row(CSR) data layout. More... | |
| class | CSRNumericTable.Indexing |
| Indexing scheme used for accessing the data in CSR layout More... | |
| class | CSRNumericTableImpl |
| Numeric table that provides methods to access data that is stored in the Compressed Sparse Row(CSR) data layout. More... | |
| class | HomogenNumericTable |
| A derivative class of the NumericTable class, that provides methods to access the data that is stored as a contiguous array of homogeneous feature vectors. Table rows contain feature vectors, and columns contain values of individual features. More... | |
| class | HomogenNumericTableArrayImpl |
| A derivative class of the HomogenNumericTableImpl class, that provides implementation of a homogen numeric table with data stored as array of primitives. | |
| class | HomogenNumericTableByteBufferImpl |
| A derivative class of the HomogenNumericTableImpl class, that provides implementation of a homogen numeric table with data stored in a native C++ numeric table. | |
| class | HomogenNumericTableImpl |
| A derivative class of the NumericTableImpl class, that provides common interfaces for different implementations of a homogen numeric table. | |
| class | Matrix |
| A derivative class of the NumericTable class, that provides methods to access the data that is stored as a contiguous array of homogeneous feature vectors. Table rows contain feature vectors, and columns contain values of individual features. More... | |
| class | MergedNumericTable |
| Class that provides methods to access a collection of numeric tables as if they are joined by columns. More... | |
| class | MergedNumericTableImpl |
| Class that provides methods to access a collection of numeric tables as if they are joined by columns. More... | |
| class | NumericTable |
| Class for the data management component responsible for the representation of the data in a numerical format. More... | |
| class | NumericTable.StorageLayout |
| class | NumericTable.MemoryStatus |
| class | NumericTable.AllocationFlag |
| class | NumericTable.NormalizationType |
| interface | NumericTableDenseIface |
| class | NumericTableImpl |
| Class for the data management component responsible for the representation of the data in a numerical format. More... | |
| class | PackedSymmetricMatrix |
| Class that provides methods to access symmetric matrices. More... | |
| class | PackedSymmetricMatrixArrayImpl |
| class | PackedSymmetricMatrixByteBufferImpl |
| class | PackedSymmetricMatrixImpl |
| class | PackedSymmetricMatrixUtils |
| interface | PackedSymmetricMatrixUtils.SymmetricAccessIface |
| class | PackedSymmetricMatrixUtils.SymmetricAccess |
| class | PackedSymmetricMatrixUtils.UpperSymmetricAccess |
| class | PackedSymmetricMatrixUtils.LowerSymmetricAccess |
| interface | PackedSymmetricMatrixUtils.SymmetricUpCastIface |
| interface | PackedSymmetricMatrixUtils.SymmetricDownCastIface |
| class | PackedTriangularMatrix |
| Class that provides methods to access triangular matrices. More... | |
| class | PackedTriangularMatrixArrayImpl |
| class | PackedTriangularMatrixByteBufferImpl |
| class | PackedTriangularMatrixImpl |
| class | PackedTriangularMatrixUtils |
| interface | PackedTriangularMatrixUtils.TriangularAccessIface |
| class | PackedTriangularMatrixUtils.TriangularAccess |
| class | PackedTriangularMatrixUtils.UpperTriangularAccess |
| class | PackedTriangularMatrixUtils.LowerTriangularAccess |
| interface | PackedTriangularMatrixUtils.TriangularUpCastIface |
| interface | PackedTriangularMatrixUtils.TriangularDownCastIface |
| class | RowMergedNumericTable |
| Class that provides methods to access a collection of numeric tables as if they are joined by rows. More... | |
| class | RowMergedNumericTableImpl |
| Class that provides methods to access a collection of numeric tables as if they are joined by rows. More... | |
| class | SOANumericTable |
| Class that provides methods to access data that is stored as a Structure Of Arrays(SOA), where each contiguous array represents values corresponding to a specific feature. More... | |
| class | SOANumericTableImpl |
| Class that provides methods to access data that is stored as a Structure Of Arrays(SOA), where each contiguous array represents values corresponding to a specific feature. More... | |
For more complete information about compiler optimizations, see our Optimization Notice.