C++ API Reference for Intel® Data Analytics Acceleration Library 2020 Update 1

List of all members
DataSourceTemplate< _numericTableType, _summaryStatisticsType > Class Template Reference

Implements the abstract DataSourceIface interface. More...

Additional Inherited Members

- Public Types inherited from DataSourceIface
enum  DataSourceStatus { readyForLoad = 1, waitingForRows = 2, endOfData = 3, notReady = 4 }
 Specifies the status of the Data Source. More...
 
enum  DictionaryCreationFlag { notDictionaryFromContext = 1, doDictionaryFromContext = 2 }
 Specifies whether a Data Dictionary is created from the context of a Data Source. More...
 
enum  NumericTableAllocationFlag { notAllocateNumericTable = 1, doAllocateNumericTable = 2 }
 Specifies whether a Numeric Table is allocated inside of the Data Source object. More...
 

Class Declaration

template<typename _numericTableType, typename _summaryStatisticsType = DAAL_SUMMARY_STATISTICS_TYPE>
class daal::data_management::interface1::DataSourceTemplate< _numericTableType, _summaryStatisticsType >

Member Function Documentation

virtual services::Status allocateNumericTable ( )
inlinevirtual

Allocates a Numeric Table associated with a Data Source

Implements DataSourceIface.

virtual void freeNumericTable ( )
inlinevirtual

Returns a pointer to a Numeric Table associated with a Data Source

Implements DataSourceIface.


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

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