Python* API Reference for Intel® Data Analytics Acceleration Library 2018 Update 1

Public Member Functions | List of all members
CsvDataSource Class Reference

Specifies methods to access data stored in files. More...

Public Member Functions

def checkDictionary
 
def checkNumericTable
 
def freeNumericTable
 
def getFeatureManager
 
def getNumericTableNumberOfColumns
 
def setDictionary
 
def loadDataBlock
 
def createDictionaryFromContext
 
def getNumberOfAvailableRows
 
- Public Member Functions inherited from DataSource
def getDictionary
 
def setDictionary
 
def createDictionaryFromContext
 
def loadDataBlock
 
def getNumericTable
 
def getNumberOfColumns
 
def status
 
def getErrors
 
def getNumericTableNumberOfColumns
 
- Public Member Functions inherited from DataSourceIface
def getDictionary
 
def setDictionary
 
def createDictionaryFromContext
 
def getStatus
 
def getNumberOfColumns
 
def getNumericTableNumberOfColumns
 
def getNumberOfAvailableRows
 
def allocateNumericTable
 
def getNumericTable
 
def freeNumericTable
 
def loadDataBlock
 

Additional Inherited Members

- Static Public Attributes inherited from DataSourceIface
 readyForLoad = ...
 
 waitingForRows = ...
 
 endOfData = ...
 
 notReady = ...
 
 notDictionaryFromContext = ...
 
 doDictionaryFromContext = ...
 
 notAllocateNumericTable = ...
 
 doAllocateNumericTable = ...
 

Detailed Description

Parameters
_featureManagerFeatureManager to use to get numeric data from file strings
Aliases
  • CsvDataSource_CSVFeatureManagerFloat64 is an alias of CsvDataSource(FeatureManager=daal.data_management.interface1.CSVFeatureManager, StatsType=float64)

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

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