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

Public Member Functions | List of all members
StringDataSource Class Reference

Specifies methods to access data stored in byte arrays in the C-string format. More...

Public Member Functions

def __init__
 
def setData
 
def getData
 
def resetData
 
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
_featureManagerFeatureManager used to get numeric data from file strings
Aliases
  • StringDataSource_CSVFeatureManagerFloat64 is an alias of StringDataSource(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.