Input objects for the min-max normalization algorithm
More...
def __init__ |
( |
|
self, |
|
|
|
args |
|
) |
| |
- Variant 1
- Default constructor
- Variant 2
- Copy constructor
def check |
( |
|
self, |
|
|
|
par, |
|
|
|
method |
|
) |
| |
Check the correctness of the Input object
- Parameters
-
- Returns
- Status of computations
Returns an input object for the min-max normalization 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 min-max normalization 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: