Python* API Reference for Intel® Data Analytics Acceleration Library 2019
Class that provides methods to access data stored as a contiguous array of homogeneous feature vectors. More...
Additional Inherited Members | |
Static Public Attributes inherited from NumericTable | |
| basicStatistics = ... | |
Static Public Attributes inherited from NumericTableIface | |
| notAllocated = ... | |
| userAllocated = ... | |
| internallyAllocated = ... | |
| doNotAllocate = ... | |
| notAllocate = ... | |
| doAllocate = ... | |
| minimum = ... | |
| maximum = ... | |
| sum = ... | |
| sumSquares = ... | |
| counters = ... | |
| nonNormalized = ... | |
| standardScoreNormalized = ... | |
| minMaxNormalized = ... | |
Table rows contain feature vectors, and columns contain values of individual features.
| DataType | Defines the underlying data type that describes a Numeric Table |
HomogenNumericTable_Float64 is an alias of HomogenNumericTable(ntype=float64)HomogenNumericTable_Float32 is an alias of HomogenNumericTable(ntype=float32)HomogenNumericTable_Intc is an alias of HomogenNumericTable(ntype=intc) For more complete information about compiler optimizations, see our Optimization Notice.