Python* API Reference for Intel® Data Analytics Acceleration Library 2019 Update 5
Specifies methods to access data stored in files. More...
Public Member Functions | |
| 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 = ... | |
| FeatureManager | The type of feature manager that specifies how to extract numerical data from CSV |
| SummaryStatisticsType | The floating point type to compute summary statics for numeric table |
CsvDataSource_CSVFeatureManagerFloat64 is an alias of CsvDataSource(FeatureManager=daal.data_management.interface1.CSVFeatureManager, StatsType=float64) For more complete information about compiler optimizations, see our Optimization Notice.