Input objects for the SVD algorithm in the batch processing and online processing modes, and the first step 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 getNumberOfColumns |
( |
|
self, |
|
|
|
nFeatures |
|
) |
| |
getNumberOfColumns(Input self, size_t * nFeatures) -> Status
def getNumberOfRows |
( |
|
self, |
|
|
|
nRows |
|
) |
| |
getNumberOfRows(Input self, size_t * nRows) -> 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: