Contains classes for data compression and decompression.
More...
|
| 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
- Enumerations
- CompressionLevel - Compression level
def daal.data_management.checkNumericTable |
( |
|
nt, |
|
|
|
description, |
|
|
|
unexpectedLayouts = 0 , |
|
|
|
expectedLayouts = 0 , |
|
|
|
nColumns = 0 , |
|
|
|
nRows = 0 , |
|
|
|
checkDataAllocation = True |
|
) |
| |
Checks the correctness of this numeric table
- Parameters
-
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 |
- Returns
- Check status: True if the table satisfies the requirements, false otherwise.
def daal.data_management.checkTensor |
( |
|
tensor, |
|
|
|
description, |
|
|
|
dims = None |
|
) |
| |
Checks the correctness of this tensor
- Parameters
-
tensor | Pointer to the tensor to check |
description | Additional information about error |
dims | Collection with required tensor dimension sizes |
- Returns
- Check status: True if the tensor satisfies the requirements, false otherwise.
def daal.data_management.convertToHomogen_Float32 |
( |
|
args | ) |
|
- Variant 1
Converts numeric table with arbitrary storage layout to homogen numeric table of the given type
- Parameters
-
src | Pointer to numeric table |
type | Type of result numeric table memory |
- Returns
- Pointer to homogen numeric table
- Variant 2
Converts numeric table with arbitrary storage layout to homogen numeric table of the given type
- Parameters
-
src | Pointer to numeric table |
type | Type of result numeric table memory |
- Returns
- Pointer to homogen numeric table
def daal.data_management.convertToHomogen_Float64 |
( |
|
args | ) |
|
- Variant 1
Converts numeric table with arbitrary storage layout to homogen numeric table of the given type
- Parameters
-
src | Pointer to numeric table |
type | Type of result numeric table memory |
- Returns
- Pointer to homogen numeric table
- Variant 2
Converts numeric table with arbitrary storage layout to homogen numeric table of the given type
- Parameters
-
src | Pointer to numeric table |
type | Type of result numeric table memory |
- Returns
- Pointer to homogen numeric table
def daal.data_management.convertToHomogen_Intc |
( |
|
args | ) |
|
- Variant 1
Converts numeric table with arbitrary storage layout to homogen numeric table of the given type
- Parameters
-
src | Pointer to numeric table |
type | Type of result numeric table memory |
- Returns
- Pointer to homogen numeric table
- Variant 2
Converts numeric table with arbitrary storage layout to homogen numeric table of the given type
- Parameters
-
src | Pointer to numeric table |
type | Type of result numeric table memory |
- Returns
- Pointer to homogen numeric table
def daal.data_management.CSRNumericTable_serializationTag |
( |
| ) |
|
def daal.data_management.DataCollection_serializationTag |
( |
| ) |
|
def daal.data_management.DataSourceDictionary_create |
( |
|
args | ) |
|
- Variant 1
Constructs a data dictionary
- Parameters
-
nfeat | Number of features in the table |
featuresEqual | Flag specifying that all features have equal types and properties |
stat | Status of the dictionary construction |
- Returns
- data dictionary
- Variant 2
Constructs a data dictionary
- Parameters
-
nfeat | Number of features in the table |
featuresEqual | Flag specifying that all features have equal types and properties |
stat | Status of the dictionary construction |
- Returns
- data dictionary
- Variant 3
Constructs a data dictionary
- Parameters
-
nfeat | Number of features in the table |
featuresEqual | Flag specifying that all features have equal types and properties |
stat | Status of the dictionary construction |
- Returns
- data dictionary
- Variant 4
Constructs a default data dictionary
- Parameters
-
stat | Status of the dictionary construction |
- Returns
- data dictionary
- Variant 5
Constructs a default data dictionary
- Parameters
-
stat | Status of the dictionary construction |
- Returns
- data dictionary
def daal.data_management.DataSourceDictionary_serializationTag |
( |
| ) |
|
def daal.data_management.HomogenNumericTable_serializationTag |
( |
| ) |
|
def daal.data_management.HomogenTensor_serializationTag |
( |
| ) |
|
def daal.data_management.KeyValueDataCollection_serializationTag |
( |
| ) |
|
def daal.data_management.Matrix_serializationTag |
( |
| ) |
|
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.NumericTableDictionary_create |
( |
|
args | ) |
|
- Variant 1
Constructs a data dictionary
- Parameters
-
nfeat | Number of features in the table |
featuresEqual | Flag specifying that all features have equal types and properties |
stat | Status of the dictionary construction |
- Returns
- data dictionary
- Variant 2
Constructs a data dictionary
- Parameters
-
nfeat | Number of features in the table |
featuresEqual | Flag specifying that all features have equal types and properties |
stat | Status of the dictionary construction |
- Returns
- data dictionary
- Variant 3
Constructs a data dictionary
- Parameters
-
nfeat | Number of features in the table |
featuresEqual | Flag specifying that all features have equal types and properties |
stat | Status of the dictionary construction |
- Returns
- data dictionary
- Variant 4
Constructs a default data dictionary
- Parameters
-
stat | Status of the dictionary construction |
- Returns
- data dictionary
- Variant 5
Constructs a default data dictionary
- Parameters
-
stat | Status of the dictionary construction |
- Returns
- data dictionary
def daal.data_management.NumericTableDictionary_serializationTag |
( |
| ) |
|
def daal.data_management.PackedSymmetricMatrix_serializationTag |
( |
| ) |
|
def daal.data_management.PackedTriangularMatrix_serializationTag |
( |
| ) |
|
def daal.data_management.RowMergedNumericTable_serializationTag |
( |
| ) |
|
def daal.data_management.SerializableKeyValueCollection_serializationTag |
( |
| ) |
|
def daal.data_management.SOANumericTable_serializationTag |
( |
| ) |
|