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

Public Member Functions | List of all members
FileDataSource Class Reference

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

Public Member Functions

def __init__
 
def createDictionaryFromContext
 
def getStatus
 
- Public Member Functions inherited from CsvDataSource
def getFeatureManager
 
def getNumericTableNumberOfColumns
 
def setDictionary
 
def loadDataBlock
 
def createDictionaryFromContext
 
def getNumberOfAvailableRows
 
- Public Member Functions inherited from DataSourceTemplate
def freeNumericTable
 
def allocateNumericTable
 
- Public Member Functions inherited from DataSource
def getDictionary
 
def setDictionary
 
def createDictionaryFromContext
 
def loadDataBlock
 
def getNumericTable
 
def getNumberOfColumns
 
def status
 
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
FeatureManagerThe type of feature manager that specifies how to extract numerical data from CSV
SummaryStatisticsTypeThe floating point type to compute summary statics for numeric table
Aliases
  • FileDataSource_CSVFeatureManagerFloat64 is an alias of FileDataSource(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.