Input objects for the Mean squared error objective function
More...
| def __init__ |
( |
|
self, |
|
|
|
args |
|
) |
| |
- Variant 1
- Default constructor
- Variant 2
- Copy constructor
| def check |
( |
|
self, |
|
|
|
par, |
|
|
|
method |
|
) |
| |
Checks the correctness of the input
- Parameters
-
| par | Pointer to the structure of the algorithm parameters |
| method | Computation method |
- Returns
- Status of computations
Returns the input numeric table for Mean squared error objective function
- Parameters
-
| id | Identifier of the input numeric table |
- Returns
- Input object that corresponds to the given identifier
| def set |
( |
|
self, |
|
|
|
id, |
|
|
|
ptr |
|
) |
| |
Sets one input object for Mean squared error objective function
- Parameters
-
| id | Identifier of the input object |
| ptr | Pointer to the object |
The documentation for this class was generated from the following file: