C++ API Reference for Intel® Data Analytics Acceleration Library 2018 Update 2

Classes
Data Sources

Specifies methods to access data. More...

Classes

class  CsvDataSource< _featureManager, _summaryStatisticsType >
 Specifies methods to access data stored in files. More...
 
class  CSVFeatureManager
 Methods of the class to preprocess data represented in the CSV format. More...
 
class  DataSourceIface
 Abstract interface class that defines the interface for a data management component responsible for representation of data in the raw format. This class declares the most generic methods for data access. More...
 
class  CategoricalFeatureDictionary
 
class  StringRowFeatureManagerIface
 Abstract interface class that defines the interface to parse and convert the raw data represented as a string into a numeric format. The string must represent a row of data, a dictionary, or a vector of features. More...
 
class  FileDataSource< _featureManager, _summaryStatisticsType >
 Specifies methods to access data stored in files. More...
 
class  MySQLFeatureManager
 Contains MySQL-specific commands. More...
 
class  ODBCDataSource< _featureManager, summaryStatisticsType >
 Connects to data sources with the ODBC API. More...
 
class  StringDataSource< _featureManager, _summaryStatisticsType >
 Specifies methods to access data stored in byte arrays in the C-string format. More...
 

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