Provides methods to access final results obtained with the compute() method of the correlation or variance-covariance matrix algorithm in the batch processing mode.
More...
def allocate_{Float64|Float32} |
( |
|
self, |
|
|
|
args |
|
) |
| |
- Variant 1
Allocates memory to store final results of the correlation or variance-covariance matrix algorithm
- Parameters
-
input | Input objects of the algorithm |
parameter | Parameters of the algorithm |
method | Computation method |
- Variant 2
Allocates memory for storing Covariance final results
- Parameters
-
partialResult | Partial Results arguments of the covariance algorithm |
parameter | Parameters of the covariance algorithm |
method | Computation method |
- Full Names
allocate_Float64
is for float64
allocate_Float32
is for float32
- Variant 1
Check correctness of the result
- Parameters
-
partialResult | Pointer to the partial result arguments structure |
parameter | Pointer to the structure of the parameters of the algorithm |
method | Computation method |
- Variant 2
Check correctness of the result
- Parameters
-
input | Pointer to the structure with input objects |
parameter | Pointer to the structure of algorithm parameters |
method | Computation method |
Returns the final result of the correlation or variance-covariance matrix algorithm
- Parameters
-
id | Identifier of the result, ResultId |
- Returns
- Final result that corresponds to the given identifier
def getSerializationTag |
( |
|
self | ) |
|
getSerializationTag(Result self) -> int
def set |
( |
|
self, |
|
|
|
id, |
|
|
|
value |
|
) |
| |
Sets the result of the correlation or variance-covariance matrix algorithm
- Parameters
-
id | Identifier of the result |
value | Pointer to the object |
The documentation for this class was generated from the following file: