Input objects for the second step of the QR decomposition algorithm in the distributed processing mode.
More...
| def __init__ |
( |
|
self, |
|
|
|
args |
|
) |
| |
- Variant 1
- Default constructor
- Variant 2
- Copy constructor
| def add |
( |
|
self, |
|
|
|
id, |
|
|
|
key, |
|
|
|
value |
|
) |
| |
Adds input object to KeyValueDataCollection of the QR decomposition algorithm
- Parameters
-
| id | Identifier of input object |
| key | Key to use to retrieve data |
| value | Pointer to the input object value |
| def check |
( |
|
self, |
|
|
|
parameter, |
|
|
|
method |
|
) |
| |
Checks parameters of the algorithm
- Parameters
-
| parameter | Pointer to the parameters |
| method | Computation method |
Returns input object for the QR decomposition algorithm
- Parameters
-
| id | Identifier of the input object |
- Returns
- Input object that corresponds to the given identifier
Returns the number of blocks in the input data set
- Returns
- Number of blocks in the input data set
| def getNumberOfColumns |
( |
|
self, |
|
|
|
nFeatures |
|
) |
| |
Returns the number of columns in the input data set
- Returns
- Number of columns in the input data set
| def set |
( |
|
self, |
|
|
|
id, |
|
|
|
ptr |
|
) |
| |
Sets input object for the QR decomposition algorithm
- Parameters
-
| id | Identifier of the input object |
| ptr | Input object that corresponds to the given identifier |
The documentation for this class was generated from the following file: