Provides methods to access final results obtained with the compute() method of the PCA transformation algorithm in the batch processing mode or finalizeCompute() method of algorithm in the online processing mode or on the second and third steps of the algorithm in the distributed processing mode.
More...
def allocate_{Float64|Float32} |
( |
|
self, |
|
|
|
input, |
|
|
|
parameter, |
|
|
|
method |
|
) |
| |
Allocates memory for storing final results of the PCA transformation algorithm
- Parameters
-
input | Pointer to input object |
parameter | Pointer to parameter |
method | Algorithm method |
- Full Names
allocate_Float64
is for float64
allocate_Float32
is for float32
def check |
( |
|
self, |
|
|
|
input, |
|
|
|
par, |
|
|
|
method |
|
) |
| |
Checks final results of the algorithm
- Parameters
-
input | Pointer to input objects |
par | Pointer to parameters |
method | Computation method |
Returns the result of the PCA transformation algorithm
- Parameters
-
id | Identifier of the result |
- Returns
- Result that corresponds to the given identifier
def getSerializationTag |
( |
|
self | ) |
|
getSerializationTag(Result self) -> int
def set |
( |
|
self, |
|
|
|
id, |
|
|
|
value |
|
) |
| |
Sets an input object for the PCA transformation algorithm
- Parameters
-
id | Identifier of the result |
value | Pointer to the result |
The documentation for this class was generated from the following file: