Provides methods to access results obtained with the PCA algorithm.
More...
def __init__ |
( |
|
self, |
|
|
|
args |
|
) |
| |
def allocate_{Float64|Float32} |
( |
|
self, |
|
|
|
args |
|
) |
| |
- Variant 1
Allocates memory for storing partial results of the PCA algorithm
- Parameters
-
input | Pointer to an object containing input data |
parameter | Algorithm parameter |
method | Computation method |
- Variant 2
Allocates memory for storing partial results of the PCA algorithm *
- Parameters
-
partialResult | Pointer to an object containing input data |
parameter | Parameter of the algorithm |
method | Computation method |
- Full Names
allocate_Float64
is for float64
allocate_Float32
is for float32
- Variant 1
Checks the results of the PCA algorithm
- Parameters
-
_input | Input object of algorithm |
par | Algorithm parameter |
method | Computation method |
- Returns
- Errors detected while checking
- Variant 2
Checks the results of the PCA algorithm
- Parameters
-
pr | Partial results of the algorithm |
method | Computation method |
parameter | Algorithm parameter |
- Returns
- Errors detected while checking
Gets the results of the PCA algorithm
- Parameters
-
id | Identifier of the input object |
- Returns
- Input object that corresponds to the given identifier
def getCollection |
( |
|
self, |
|
|
|
id |
|
) |
| |
Gets the results collection of the PCA algorithm
- Parameters
-
id | Identifier of the results collection |
- Returns
- PCA results collection
def getSerializationTag |
( |
|
self | ) |
|
getSerializationTag(Result self) -> int
- Variant 1
Sets the results collection of the PCA algorithm only not NULL tables from collection collection will be set to result
- Parameters
-
id | Identifier of the results collection |
collection | PCA results collection |
- Variant 2
Sets results of the PCA algorithm
- Parameters
-
id | Identifier of the result |
value | Pointer to the object |
The documentation for this class was generated from the following file:
- algorithms/pca/__init__.py