Python* API Reference for Intel® Data Analytics Acceleration Library 2020 Update 1
Contains classes for data compression and decompression. More...
Modules | |
Data Dictionaries | |
Contains classes that represent a dictionary of a data set and provide methods to work with the data dictionary. | |
Parameter for bzip2 compression and decompression
def daal.data_management.__or__ | ( | lhs, | |
rhs | |||
) |
__or__(daal.data_management.CsvDataSourceOptions.Value const & lhs, daal.data_management.CsvDataSourceOptions.Value const & rhs) -> daal.data_management.CsvDataSourceOptions.Value
def daal.data_management.checkNumericTable | ( | nt, | |
description, | |||
unexpectedLayouts = 0 , |
|||
expectedLayouts = 0 , |
|||
nColumns = 0 , |
|||
nRows = 0 , |
|||
checkDataAllocation = True |
|||
) |
Checks the correctness of this numeric table
nt | The numeric table to check |
description | Additional information about error |
unexpectedLayouts | The bit mask of invalid layouts for this numeric table. |
expectedLayouts | The bit mask of valid layouts for this numeric table. |
nColumns | Required number of columns. nColumns = 0 means that required number of columns is not specified. |
nRows | Required number of rows. nRows = 0 means that required number of rows is not specified. |
checkDataAllocation | Flag that specifies whether to check the data allocation status |
def daal.data_management.checkTensor | ( | tensor, | |
description, | |||
dims = None |
|||
) |
Checks the correctness of this tensor
tensor | Pointer to the tensor to check |
description | Additional information about error |
dims | Collection with required tensor dimension sizes |
def daal.data_management.convertToHomogen_Float32 | ( | args | ) |
Converts numeric table with arbitrary storage layout to homogen numeric table of the given type
src | Pointer to numeric table |
type | Type of result numeric table memory |
Converts numeric table with arbitrary storage layout to homogen numeric table of the given type
src | Pointer to numeric table |
type | Type of result numeric table memory |
def daal.data_management.convertToHomogen_Float64 | ( | args | ) |
Converts numeric table with arbitrary storage layout to homogen numeric table of the given type
src | Pointer to numeric table |
type | Type of result numeric table memory |
Converts numeric table with arbitrary storage layout to homogen numeric table of the given type
src | Pointer to numeric table |
type | Type of result numeric table memory |
def daal.data_management.convertToHomogen_Intc | ( | args | ) |
Converts numeric table with arbitrary storage layout to homogen numeric table of the given type
src | Pointer to numeric table |
type | Type of result numeric table memory |
Converts numeric table with arbitrary storage layout to homogen numeric table of the given type
src | Pointer to numeric table |
type | Type of result numeric table memory |
def daal.data_management.CSRNumericTable_serializationTag | ( | ) |
def daal.data_management.CsvDataSourceOptions_unite | ( | lhs, | |
rhs | |||
) |
CsvDataSourceOptions_unite(daal.data_management.CsvDataSourceOptions.Value const & lhs, daal.data_management.CsvDataSourceOptions.Value const & rhs) -> daal.data_management.CsvDataSourceOptions.Value
def daal.data_management.DataCollection_serializationTag | ( | ) |
def daal.data_management.DataSourceDictionary_create | ( | args | ) |
Constructs a data dictionary
nfeat | Number of features in the table |
featuresEqual | Flag specifying that all features have equal types and properties |
stat | Status of the dictionary construction |
Constructs a data dictionary
nfeat | Number of features in the table |
featuresEqual | Flag specifying that all features have equal types and properties |
stat | Status of the dictionary construction |
Constructs a data dictionary
nfeat | Number of features in the table |
featuresEqual | Flag specifying that all features have equal types and properties |
stat | Status of the dictionary construction |
Constructs a default data dictionary
stat | Status of the dictionary construction |
Constructs a default data dictionary
stat | Status of the dictionary construction |
def daal.data_management.DataSourceDictionary_serializationTag | ( | ) |
def daal.data_management.HomogenNumericTable_create | ( | args | ) |
Constructs an empty Numeric Table with a predefined NumericTableDictionary
ddictForHomogenNumericTable | Pointer to the predefined NumericTableDictionary |
stat | Status of the numeric table construction |
Constructs an empty Numeric Table with a predefined NumericTableDictionary
ddictForHomogenNumericTable | Pointer to the predefined NumericTableDictionary |
stat | Status of the numeric table construction |
Constructs an empty Numeric Table
stat | Status of the numeric table construction |
Constructs an empty Numeric Table
stat | Status of the numeric table construction |
Constructs a Numeric Table with user-allocated memory
ptr | Pointer to and an array with a homogeneous data set |
nColumns | Number of columns in the table |
nRows | Number of rows in the table |
stat | Status of the numeric table construction |
Constructs a Numeric Table with user-allocated memory
ptr | Pointer to and an array with a homogeneous data set |
nColumns | Number of columns in the table |
nRows | Number of rows in the table |
stat | Status of the numeric table construction |
Constructs a Numeric Table with user-allocated memory
ptr | Pointer to and an array with a homogeneous data set |
nColumns | Number of columns in the table |
nRows | Number of rows in the table |
stat | Status of the numeric table construction |
Constructs a Numeric Table with user-allocated memory
ptr | Pointer to and an array with a homogeneous data set |
nColumns | Number of columns in the table |
nRows | Number of rows in the table |
stat | Status of the numeric table construction |
Constructs a Numeric Table with user-allocated memory
ptr | Pointer to and an array with a homogeneous data set |
nColumns | Number of columns in the table |
nRows | Number of rows in the table |
stat | Status of the numeric table construction |
Overload 10:*
Constructs a Numeric Table with user-allocated memory
ptr | Pointer to and an array with a homogeneous data set |
nColumns | Number of columns in the table |
nRows | Number of rows in the table |
stat | Status of the numeric table construction |
Overload 11:*
Constructs a Numeric Table with user-allocated memory
featuresEqual | Flag that makes all features in the Numeric Table Data Dictionary equal |
ptr | Pointer to and an array with a homogeneous data set |
nColumns | Number of columns in the table |
nRows | Number of rows in the table |
stat | Status of the numeric table construction |
Overload 12:*
Constructs a Numeric Table with user-allocated memory
featuresEqual | Flag that makes all features in the Numeric Table Data Dictionary equal |
ptr | Pointer to and an array with a homogeneous data set |
nColumns | Number of columns in the table |
nRows | Number of rows in the table |
stat | Status of the numeric table construction |
Overload 13:*
Constructs a Numeric Table with user-allocated memory
featuresEqual | Flag that makes all features in the Numeric Table Data Dictionary equal |
ptr | Pointer to and an array with a homogeneous data set |
nColumns | Number of columns in the table |
nRows | Number of rows in the table |
stat | Status of the numeric table construction |
Overload 14:*
Constructs a Numeric Table with user-allocated memory
featuresEqual | Flag that makes all features in the Numeric Table Data Dictionary equal |
ptr | Pointer to and an array with a homogeneous data set |
nColumns | Number of columns in the table |
nRows | Number of rows in the table |
stat | Status of the numeric table construction |
Overload 15:*
Constructs a Numeric Table with user-allocated memory
featuresEqual | Flag that makes all features in the Numeric Table Data Dictionary equal |
ptr | Pointer to and an array with a homogeneous data set |
nColumns | Number of columns in the table |
nRows | Number of rows in the table |
stat | Status of the numeric table construction |
Overload 16:*
Constructs a Numeric Table with user-allocated memory
featuresEqual | Flag that makes all features in the Numeric Table Data Dictionary equal |
ptr | Pointer to and an array with a homogeneous data set |
nColumns | Number of columns in the table |
nRows | Number of rows in the table |
stat | Status of the numeric table construction |
Overload 17:*
Constructs a Numeric Table with user-allocated memory
featuresEqual | Flag that makes all features in the Numeric Table Data Dictionary equal |
ptr | Pointer to and an array with a homogeneous data set |
nColumns | Number of columns in the table |
nRows | Number of rows in the table |
stat | Status of the numeric table construction |
Overload 18:*
Constructs a Numeric Table with user-allocated memory and filling the table with a constant
ptr | Pointer to and an array with a homogeneous data set |
nColumns | Number of columns in the table |
nRows | Number of rows in the table |
constValue | Constant to initialize entries of the homogeneous numeric table |
stat | Status of the numeric table construction |
Overload 19:*
Constructs a Numeric Table with user-allocated memory and filling the table with a constant
ptr | Pointer to and an array with a homogeneous data set |
nColumns | Number of columns in the table |
nRows | Number of rows in the table |
constValue | Constant to initialize entries of the homogeneous numeric table |
stat | Status of the numeric table construction |
Overload 20:*
Constructs a Numeric Table with user-allocated memory and filling the table with a constant
ptr | Pointer to and an array with a homogeneous data set |
nColumns | Number of columns in the table |
nRows | Number of rows in the table |
constValue | Constant to initialize entries of the homogeneous numeric table |
stat | Status of the numeric table construction |
Overload 21:*
Constructs a Numeric Table with user-allocated memory and filling the table with a constant
ptr | Pointer to and an array with a homogeneous data set |
nColumns | Number of columns in the table |
nRows | Number of rows in the table |
constValue | Constant to initialize entries of the homogeneous numeric table |
stat | Status of the numeric table construction |
Overload 22:*
Constructs a Numeric Table with user-allocated memory and filling the table with a constant
featuresEqual | Flag that makes all features in the Numeric Table Data Dictionary equal |
ptr | Pointer to and an array with a homogeneous data set |
nColumns | Number of columns in the table |
nRows | Number of rows in the table |
constValue | Constant to initialize entries of the homogeneous numeric table |
stat | Status of the numeric table construction |
Overload 23:*
Constructs a Numeric Table with user-allocated memory and filling the table with a constant
featuresEqual | Flag that makes all features in the Numeric Table Data Dictionary equal |
ptr | Pointer to and an array with a homogeneous data set |
nColumns | Number of columns in the table |
nRows | Number of rows in the table |
constValue | Constant to initialize entries of the homogeneous numeric table |
stat | Status of the numeric table construction |
Overload 24:*
Constructs a Numeric Table with user-allocated memory and filling the table with a constant
featuresEqual | Flag that makes all features in the Numeric Table Data Dictionary equal |
ptr | Pointer to and an array with a homogeneous data set |
nColumns | Number of columns in the table |
nRows | Number of rows in the table |
constValue | Constant to initialize entries of the homogeneous numeric table |
stat | Status of the numeric table construction |
Overload 25:*
Constructs a Numeric Table with user-allocated memory and filling the table with a constant
featuresEqual | Flag that makes all features in the Numeric Table Data Dictionary equal |
ptr | Pointer to and an array with a homogeneous data set |
nColumns | Number of columns in the table |
nRows | Number of rows in the table |
constValue | Constant to initialize entries of the homogeneous numeric table |
stat | Status of the numeric table construction |
Overload 26:*
Constructs a Numeric Table with memory allocation controlled via a flag
nColumns | Number of columns in the table |
nRows | Number of rows in the table |
memoryAllocationFlag | Flag that controls internal memory allocation for data in the numeric table |
stat | Status of the numeric table construction |
Overload 27:*
Constructs a Numeric Table with memory allocation controlled via a flag
nColumns | Number of columns in the table |
nRows | Number of rows in the table |
memoryAllocationFlag | Flag that controls internal memory allocation for data in the numeric table |
stat | Status of the numeric table construction |
Overload 28:*
Constructs a Numeric Table with memory allocation controlled via a flag
featuresEqual | Flag that makes all features in the Numeric Table Data Dictionary equal |
nColumns | Number of columns in the table |
nRows | Number of rows in the table |
memoryAllocationFlag | Flag that controls internal memory allocation for data in the numeric table |
stat | Status of the numeric table construction |
Overload 29:*
Constructs a Numeric Table with memory allocation controlled via a flag
featuresEqual | Flag that makes all features in the Numeric Table Data Dictionary equal |
nColumns | Number of columns in the table |
nRows | Number of rows in the table |
memoryAllocationFlag | Flag that controls internal memory allocation for data in the numeric table |
stat | Status of the numeric table construction |
Overload 30:*
Constructs a Numeric Table with memory allocation controlled via a flag and fills the table with a constant
nColumns | Number of columns in the table |
nRows | Number of rows in the table |
memoryAllocationFlag | Flag that controls internal memory allocation for data in the numeric table |
constValue | Constant to initialize entries of the homogeneous numeric table |
stat | Status of the numeric table construction |
Overload 31:*
Constructs a Numeric Table with memory allocation controlled via a flag and fills the table with a constant
nColumns | Number of columns in the table |
nRows | Number of rows in the table |
memoryAllocationFlag | Flag that controls internal memory allocation for data in the numeric table |
constValue | Constant to initialize entries of the homogeneous numeric table |
stat | Status of the numeric table construction |
Overload 32:*
Constructs a numeric table with memory allocation controlled via a flag and fills the table with a constant
featuresEqual | Flag that makes all features in the numeric table data dictionary equal |
nColumns | Number of columns in the table |
nRows | Number of rows in the table |
memoryAllocationFlag | Flag that controls internal memory allocation for data in the numeric table |
constValue | Constant to initialize entries of the homogeneous numeric table |
stat | Status of the numeric table construction |
Overload 33:*
Constructs a numeric table with memory allocation controlled via a flag and fills the table with a constant
featuresEqual | Flag that makes all features in the numeric table data dictionary equal |
nColumns | Number of columns in the table |
nRows | Number of rows in the table |
memoryAllocationFlag | Flag that controls internal memory allocation for data in the numeric table |
constValue | Constant to initialize entries of the homogeneous numeric table |
stat | Status of the numeric table construction |
def daal.data_management.HomogenNumericTable_serializationTag | ( | ) |
def daal.data_management.HomogenTensor_create | ( | args | ) |
Constructs an empty homogeneous tensor
stat | Status of the tensor construction |
Constructs an empty homogeneous tensor
stat | Status of the tensor construction |
Constructs homogeneous tensor with a user-defined data, number and sizes of dimensions
nDim | Number of dimensions |
dimSizes | Array with sizes for each dimension |
data | Array with a homogeneous data set |
stat | Status of the tensor construction |
Constructs homogeneous tensor with a user-defined data, number and sizes of dimensions
nDim | Number of dimensions |
dimSizes | Array with sizes for each dimension |
data | Array with a homogeneous data set |
stat | Status of the tensor construction |
Constructs homogeneous tensor with a user-defined data, number and sizes of dimensions
nDim | Number of dimensions |
dimSizes | Array with sizes for each dimension |
data | Array with a homogeneous data set |
stat | Status of the tensor construction |
Constructs homogeneous tensor with a user-defined data, number and sizes of dimensions
nDim | Number of dimensions |
dimSizes | Array with sizes for each dimension |
data | Array with a homogeneous data set |
stat | Status of the tensor construction |
Constructs homogeneous tensor with a user-defined data, number and sizes of dimensions
dims | Collection of tensor dimensions |
data | Array with a homogeneous data set |
stat | Status of the tensor construction |
Constructs homogeneous tensor with a user-defined data, number and sizes of dimensions
dims | Collection of tensor dimensions |
data | Array with a homogeneous data set |
stat | Status of the tensor construction |
Constructs homogeneous tensor with a user-defined data, number and sizes of dimensions
dims | Collection of tensor dimensions |
data | Array with a homogeneous data set |
stat | Status of the tensor construction |
Overload 10:*
Constructs homogeneous tensor with a user-defined data, number and sizes of dimensions
dims | Collection of tensor dimensions |
data | Array with a homogeneous data set |
stat | Status of the tensor construction |
Overload 11:*
Constructs homogeneous tensor with a user-defined data and layout
layout | Tensor layout |
data | Array with a homogeneous data set |
stat | Status of the tensor construction |
Overload 12:*
Constructs homogeneous tensor with a user-defined data and layout
layout | Tensor layout |
data | Array with a homogeneous data set |
stat | Status of the tensor construction |
Overload 13:*
Constructs homogeneous tensor with a user-defined data and layout
layout | Tensor layout |
data | Array with a homogeneous data set |
stat | Status of the tensor construction |
Overload 14:*
Constructs homogeneous tensor with a user-defined data and layout
layout | Tensor layout |
data | Array with a homogeneous data set |
stat | Status of the tensor construction |
Overload 15:*
Constructs homogeneous tensor with a user-defined dimensions and memory allocation flag
dims | Collection of tensor dimensions |
memoryAllocationFlag | Flag specifying memory allocation |
stat | Status of the tensor construction |
Overload 16:*
Constructs homogeneous tensor with a user-defined dimensions and memory allocation flag
dims | Collection of tensor dimensions |
memoryAllocationFlag | Flag specifying memory allocation |
stat | Status of the tensor construction |
Overload 17:*
Constructs homogeneous tensor with a user-defined dimensions and memory allocation flag and fills it with the constant values
dims | Collection of tensor dimensions |
memoryAllocationFlag | Flag specifying memory allocation |
initValue | Constant value |
stat | Status of the tensor construction |
Overload 18:*
Constructs homogeneous tensor with a user-defined dimensions and memory allocation flag and fills it with the constant values
dims | Collection of tensor dimensions |
memoryAllocationFlag | Flag specifying memory allocation |
initValue | Constant value |
stat | Status of the tensor construction |
def daal.data_management.HomogenTensor_serializationTag | ( | ) |
def daal.data_management.KeyValueDataCollection_serializationTag | ( | ) |
def daal.data_management.Matrix_create | ( | args | ) |
Constructs a matrix
nColumns | Number of columns in the table |
nRows | Number of rows in the table |
ptr | Pointer to and an array with a homogeneous data set |
stat | Status of the matrix construction |
Constructs a matrix
nColumns | Number of columns in the table |
nRows | Number of rows in the table |
ptr | Pointer to and an array with a homogeneous data set |
stat | Status of the matrix construction |
Constructs a matrix
nColumns | Number of columns in the table |
nRows | Number of rows in the table |
ptr | Pointer to and an array with a homogeneous data set |
stat | Status of the matrix construction |
Constructs a matrix
nColumns | Number of columns in the table |
nRows | Number of rows in the table |
ptr | Pointer to and an array with a homogeneous data set |
stat | Status of the matrix construction |
Constructs a matrix
nColumns | Number of columns in the table |
nRows | Number of rows in the table |
ptr | Pointer to and an array with a homogeneous data set |
stat | Status of the matrix construction |
Constructs a matrix
nColumns | Number of columns in the table |
nRows | Number of rows in the table |
ptr | Pointer to and an array with a homogeneous data set |
stat | Status of the matrix construction |
Constructs a matrix
nColumns | Number of columns in the table |
nRows | Number of rows in the table |
ptr | Pointer to and an array with a homogeneous data set |
stat | Status of the matrix construction |
Constructs a matrix
featuresEqual | Flag that makes all features in the Numeric Table Data Dictionary equal |
nColumns | Number of columns in the table |
nRows | Number of rows in the table |
ptr | Pointer to and an array with a homogeneous data set |
stat | Status of the matrix construction |
Constructs a matrix
featuresEqual | Flag that makes all features in the Numeric Table Data Dictionary equal |
nColumns | Number of columns in the table |
nRows | Number of rows in the table |
ptr | Pointer to and an array with a homogeneous data set |
stat | Status of the matrix construction |
Overload 10:*
Constructs a matrix
featuresEqual | Flag that makes all features in the Numeric Table Data Dictionary equal |
nColumns | Number of columns in the table |
nRows | Number of rows in the table |
ptr | Pointer to and an array with a homogeneous data set |
stat | Status of the matrix construction |
Overload 11:*
Constructs a matrix
featuresEqual | Flag that makes all features in the Numeric Table Data Dictionary equal |
nColumns | Number of columns in the table |
nRows | Number of rows in the table |
ptr | Pointer to and an array with a homogeneous data set |
stat | Status of the matrix construction |
Overload 12:*
Constructs a matrix
featuresEqual | Flag that makes all features in the Numeric Table Data Dictionary equal |
nColumns | Number of columns in the table |
nRows | Number of rows in the table |
ptr | Pointer to and an array with a homogeneous data set |
stat | Status of the matrix construction |
Overload 13:*
Constructs a matrix
featuresEqual | Flag that makes all features in the Numeric Table Data Dictionary equal |
nColumns | Number of columns in the table |
nRows | Number of rows in the table |
ptr | Pointer to and an array with a homogeneous data set |
stat | Status of the matrix construction |
Overload 14:*
Constructs a matrix
featuresEqual | Flag that makes all features in the Numeric Table Data Dictionary equal |
nColumns | Number of columns in the table |
nRows | Number of rows in the table |
ptr | Pointer to and an array with a homogeneous data set |
stat | Status of the matrix construction |
Overload 15:*
Constructs a matrix with memory allocation controlled via a flag
nColumns | Number of columns in the table |
nRows | Number of rows in the table |
memoryAllocationFlag | Flag that controls internal memory allocation for data in the numeric table |
stat | Status of the matrix construction |
Overload 16:*
Constructs a matrix with memory allocation controlled via a flag
nColumns | Number of columns in the table |
nRows | Number of rows in the table |
memoryAllocationFlag | Flag that controls internal memory allocation for data in the numeric table |
stat | Status of the matrix construction |
Overload 17:*
Constructs a matrix with memory allocation controlled via a flag
featuresEqual | Flag that makes all features in the Numeric Table Data Dictionary equal |
nColumns | Number of columns in the table |
nRows | Number of rows in the table |
memoryAllocationFlag | Flag that controls internal memory allocation for data in the numeric table |
stat | Status of the matrix construction |
Overload 18:*
Constructs a matrix with memory allocation controlled via a flag
featuresEqual | Flag that makes all features in the Numeric Table Data Dictionary equal |
nColumns | Number of columns in the table |
nRows | Number of rows in the table |
memoryAllocationFlag | Flag that controls internal memory allocation for data in the numeric table |
stat | Status of the matrix construction |
Overload 19:*
Constructs a matrix and fills it with a constant
nColumns | Number of columns in the table |
nRows | Number of rows in the table |
ptr | Pointer to and an array with a homogeneous data set |
constValue | Constant to initialize entries of the homogeneous numeric table |
stat | Status of the matrix construction |
Overload 20:*
Constructs a matrix and fills it with a constant
nColumns | Number of columns in the table |
nRows | Number of rows in the table |
ptr | Pointer to and an array with a homogeneous data set |
constValue | Constant to initialize entries of the homogeneous numeric table |
stat | Status of the matrix construction |
Overload 21:*
Constructs a matrix and fills it with a constant
nColumns | Number of columns in the table |
nRows | Number of rows in the table |
ptr | Pointer to and an array with a homogeneous data set |
constValue | Constant to initialize entries of the homogeneous numeric table |
stat | Status of the matrix construction |
Overload 22:*
Constructs a matrix and fills it with a constant
nColumns | Number of columns in the table |
nRows | Number of rows in the table |
ptr | Pointer to and an array with a homogeneous data set |
constValue | Constant to initialize entries of the homogeneous numeric table |
stat | Status of the matrix construction |
Overload 23:*
Constructs a matrix and fills it with a constant
featuresEqual | Flag that makes all features in the Numeric Table Data Dictionary equal |
nColumns | Number of columns in the table |
nRows | Number of rows in the table |
ptr | Pointer to and an array with a homogeneous data set |
constValue | Constant to initialize entries of the homogeneous numeric table |
stat | Status of the matrix construction |
Overload 24:*
Constructs a matrix and fills it with a constant
featuresEqual | Flag that makes all features in the Numeric Table Data Dictionary equal |
nColumns | Number of columns in the table |
nRows | Number of rows in the table |
ptr | Pointer to and an array with a homogeneous data set |
constValue | Constant to initialize entries of the homogeneous numeric table |
stat | Status of the matrix construction |
Overload 25:*
Constructs a matrix and fills it with a constant
featuresEqual | Flag that makes all features in the Numeric Table Data Dictionary equal |
nColumns | Number of columns in the table |
nRows | Number of rows in the table |
ptr | Pointer to and an array with a homogeneous data set |
constValue | Constant to initialize entries of the homogeneous numeric table |
stat | Status of the matrix construction |
Overload 26:*
Constructs a matrix and fills it with a constant
featuresEqual | Flag that makes all features in the Numeric Table Data Dictionary equal |
nColumns | Number of columns in the table |
nRows | Number of rows in the table |
ptr | Pointer to and an array with a homogeneous data set |
constValue | Constant to initialize entries of the homogeneous numeric table |
stat | Status of the matrix construction |
Overload 27:*
Constructor for a matrix with memory allocation controlled via a flag and filling the matrix with a constant
nColumns | Number of columns in the table |
nRows | Number of rows in the table |
memoryAllocationFlag | Flag that controls internal memory allocation for data in the numeric table |
constValue | Constant to initialize entries of the homogeneous numeric table |
stat | Status of the matrix construction |
Overload 28:*
Constructor for a matrix with memory allocation controlled via a flag and filling the matrix with a constant
nColumns | Number of columns in the table |
nRows | Number of rows in the table |
memoryAllocationFlag | Flag that controls internal memory allocation for data in the numeric table |
constValue | Constant to initialize entries of the homogeneous numeric table |
stat | Status of the matrix construction |
Overload 29:*
Constructor for a matrix with memory allocation controlled via a flag and filling the matrix with a constant
featuresEqual | Flag that makes all features in the Numeric Table Data Dictionary equal |
nColumns | Number of columns in the table |
nRows | Number of rows in the table |
memoryAllocationFlag | Flag that controls internal memory allocation for data in the numeric table |
constValue | Constant to initialize entries of the homogeneous numeric table |
stat | Status of the matrix construction |
Overload 30:*
Constructor for a matrix with memory allocation controlled via a flag and filling the matrix with a constant
featuresEqual | Flag that makes all features in the Numeric Table Data Dictionary equal |
nColumns | Number of columns in the table |
nRows | Number of rows in the table |
memoryAllocationFlag | Flag that controls internal memory allocation for data in the numeric table |
constValue | Constant to initialize entries of the homogeneous numeric table |
stat | Status of the matrix construction |
Overload 31:* Create a Matrix from a numpy array.
narray | numpy array |
Overload 32:* Create a Matrix from a numpy array. Initialize with given value.
narray | numpy array |
value | value to fill matrix with |
def daal.data_management.Matrix_serializationTag | ( | ) |
Matrix_serializationTag() -> int
def daal.data_management.MergedNumericTable_serializationTag | ( | ) |
def daal.data_management.ModifierIface_catFunc | ( | word, | |
aux, | |||
arr | |||
) |
ModifierIface_catFunc(char const * word, FeatureAuxData aux, double * arr)
def daal.data_management.ModifierIface_contFunc | ( | word, | |
aux, | |||
arr | |||
) |
ModifierIface_contFunc(char const * word, FeatureAuxData aux, double * arr)
def daal.data_management.ModifierIface_nullFunc | ( | word, | |
aux, | |||
arr | |||
) |
ModifierIface_nullFunc(char const * word, FeatureAuxData aux, double * arr)
def daal.data_management.NumericTableDictionary_create | ( | args | ) |
Constructs a data dictionary
nfeat | Number of features in the table |
featuresEqual | Flag specifying that all features have equal types and properties |
stat | Status of the dictionary construction |
Constructs a data dictionary
nfeat | Number of features in the table |
featuresEqual | Flag specifying that all features have equal types and properties |
stat | Status of the dictionary construction |
Constructs a data dictionary
nfeat | Number of features in the table |
featuresEqual | Flag specifying that all features have equal types and properties |
stat | Status of the dictionary construction |
Constructs a default data dictionary
stat | Status of the dictionary construction |
Constructs a default data dictionary
stat | Status of the dictionary construction |
def daal.data_management.NumericTableDictionary_serializationTag | ( | ) |
def daal.data_management.PackedSymmetricMatrix_create | ( | args | ) |
Constructs a Numeric Table with user-allocated memory
ptr | Pointer to and an array with a homogeneous data set |
nDim | Matrix dimension |
stat | Status of the table construction |
Constructs a Numeric Table with user-allocated memory
ptr | Pointer to and an array with a homogeneous data set |
nDim | Matrix dimension |
stat | Status of the table construction |
Constructs a Numeric Table with user-allocated memory
ptr | Pointer to and an array with a homogeneous data set |
nDim | Matrix dimension |
stat | Status of the table construction |
Constructs a Numeric Table with user-allocated memory
ptr | Pointer to and an array with a homogeneous data set |
nDim | Matrix dimension |
stat | Status of the table construction |
Constructs a Numeric Table with user-allocated memory
ptr | Pointer to and an array with a homogeneous data set |
nDim | Matrix dimension |
stat | Status of the table construction |
Constructs a Numeric Table with user-allocated memory
ptr | Pointer to and an array with a homogeneous data set |
nDim | Matrix dimension |
stat | Status of the table construction |
Constructs a numeric table with user-allocated memory and fills the table with a constant
ptr | Pointer to and an array with a homogeneous data set |
nDim | Matrix dimension |
constValue | Constant to initialize entries of the packed symmetric matrix |
stat | Status of the table construction |
Constructs a numeric table with user-allocated memory and fills the table with a constant
ptr | Pointer to and an array with a homogeneous data set |
nDim | Matrix dimension |
constValue | Constant to initialize entries of the packed symmetric matrix |
stat | Status of the table construction |
Constructs a numeric table with user-allocated memory and fills the table with a constant
ptr | Pointer to and an array with a homogeneous data set |
nDim | Matrix dimension |
constValue | Constant to initialize entries of the packed symmetric matrix |
stat | Status of the table construction |
Overload 10:*
Constructs a numeric table with user-allocated memory and fills the table with a constant
ptr | Pointer to and an array with a homogeneous data set |
nDim | Matrix dimension |
constValue | Constant to initialize entries of the packed symmetric matrix |
stat | Status of the table construction |
Overload 11:*
Constructs a Numeric Table with memory allocation controlled via a flag
nDim | Matrix dimension |
memoryAllocationFlag | Flag that controls internal memory allocation for data in the numeric table |
stat | Status of the table construction |
Overload 12:*
Constructs a Numeric Table with memory allocation controlled via a flag
nDim | Matrix dimension |
memoryAllocationFlag | Flag that controls internal memory allocation for data in the numeric table |
stat | Status of the table construction |
Overload 13:*
Constructs a Numeric Table with memory allocation controlled via a flag and fills the table with a constant
nDim | Matrix dimension |
memoryAllocationFlag | Flag that controls internal memory allocation for data in the numeric table |
constValue | Constant to initialize entries of the packed symmetric matrix |
stat | Status of the table construction |
Overload 14:*
Constructs a Numeric Table with memory allocation controlled via a flag and fills the table with a constant
nDim | Matrix dimension |
memoryAllocationFlag | Flag that controls internal memory allocation for data in the numeric table |
constValue | Constant to initialize entries of the packed symmetric matrix |
stat | Status of the table construction |
def daal.data_management.PackedSymmetricMatrix_serializationTag | ( | ) |
def daal.data_management.PackedTriangularMatrix_create | ( | args | ) |
create(double *const ptr=None, size_t nDim=0, Status stat=None) -> daal.services.SharedPtr< daal.data_management.PackedTriangularMatrix< daal.data_management.NumericTableIface.upperPackedTriangularMatrix,double > >
def daal.data_management.PackedTriangularMatrix_serializationTag | ( | ) |
def daal.data_management.RowMergedNumericTable_serializationTag | ( | ) |
def daal.data_management.SerializableKeyValueCollection_serializationTag | ( | ) |
def daal.data_management.SOANumericTable_serializationTag | ( | ) |
For more complete information about compiler optimizations, see our Optimization Notice.