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

List of all members
DataSourceTemplate Class Reference

Implements the abstract DataSourceIface interface. More...

Additional Inherited Members

- 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
 
- Static Public Attributes inherited from DataSourceIface
 readyForLoad = ...
 
 waitingForRows = ...
 
 endOfData = ...
 
 notReady = ...
 
 notDictionaryFromContext = ...
 
 doDictionaryFromContext = ...
 
 notAllocateNumericTable = ...
 
 doAllocateNumericTable = ...
 

Detailed Description

Aliases
  • DataSourceTemplate_HomogenNumericTable_Float64Float64 is an alias of DataSourceTemplate(TableType=daal.data_management.interface1.HomogenNumericTable_float64, StatsType=float64)
  • DataSourceTemplate_HomogenNumericTable_Float32Float64 is an alias of DataSourceTemplate(TableType=daal.data_management.interface1.HomogenNumericTable_float32, StatsType=float64)
  • DataSourceTemplate_HomogenNumericTable_IntcFloat64 is an alias of DataSourceTemplate(TableType=daal.data_management.interface1.HomogenNumericTable_intc, StatsType=float64)

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

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