Input objects for the quantiles algorithm
More...
def __init__ |
( |
|
self, |
|
|
|
args |
|
) |
| |
def check |
( |
|
self, |
|
|
|
parameter, |
|
|
|
method |
|
) |
| |
Check the correctness of the Input object
- Parameters
-
parameter | Pointer to the parameters structure |
method | Algorithm computation method |
Returns an input object for the quantiles algorithm
- Parameters
-
id | Identifier of the input object |
- Returns
- Input object that corresponds to the given identifier
def set |
( |
|
self, |
|
|
|
id, |
|
|
|
ptr |
|
) |
| |
Sets the input object of the quantiles algorithm
- Parameters
-
id | Identifier of the input object |
ptr | Pointer to the input object |
The documentation for this class was generated from the following file: