Input objects for the third step of the SVD algorithm in the distributed processing mode
More...
def __init__ |
( |
|
self, |
|
|
|
args |
|
) |
| |
- Variant 1
- Default constructor
- Variant 2
- Copy constructor
def check |
( |
|
self, |
|
|
|
parameter, |
|
|
|
method |
|
) |
| |
Checks parameters of the algorithm
- Parameters
-
parameter | Pointer to the parameters |
method | Computation method |
- Returns
- Errors detected while checking
Returns an input object for the SVD algorithm
- Parameters
-
id | Identifier of the input object |
- Returns
- Input object that corresponds to the given identifier
def getSizes |
( |
|
self, |
|
|
|
nFeatures, |
|
|
|
nVectors |
|
) |
| |
getSizes(DistributedStep3Input self, size_t & nFeatures, size_t & nVectors) -> Status
def set |
( |
|
self, |
|
|
|
id, |
|
|
|
value |
|
) |
| |
Sets an input object for the SVD algorithm
- Parameters
-
id | Identifier of the input object |
value | Pointer to the new input object value |
The documentation for this class was generated from the following file: