Python* API Reference for Intel® Data Analytics Acceleration Library 2019 Update 5
Abstract interface class for a data management component responsible for representation of data in the numeric format. More...
Public Member Functions | |
| def | setDictionary |
| def | getDictionary |
| def | resetDictionary |
| def | getFeatureType |
| def | getNumberOfCategories |
| def | getDataLayout |
| def | resize |
| def | setNumberOfColumns |
| def | setNumberOfRows |
| def | allocateDataMemory |
| def | freeDataMemory |
| def | allocateBasicStatistics |
| def | check |
Static Public Attributes | |
| notAllocated = ... | |
| userAllocated = ... | |
| internallyAllocated = ... | |
| doNotAllocate = ... | |
| notAllocate = ... | |
| doAllocate = ... | |
| minimum = ... | |
| maximum = ... | |
| sum = ... | |
| sumSquares = ... | |
| counters = ... | |
| nonNormalized = ... | |
| standardScoreNormalized = ... | |
| minMaxNormalized = ... | |
For more complete information about compiler optimizations, see our Optimization Notice.