Python* API Reference for Intel® Data Analytics Acceleration Library 2020 Update 1
Class that provides methods to access data stored as a contiguous array of homogeneous feature vectors. More...
Additional Inherited Members | |
![]() | |
basicStatistics = ... | |
![]() | |
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.