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
def getInput |
( |
|
self, |
|
|
|
id |
|
) |
| |
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 getOptionalData |
( |
|
self, |
|
|
|
id |
|
) |
| |
Returns input NumericTable containing optional data
- Parameters
-
id | Identifier of the input numeric table |
- Returns
- Input numeric table that corresponds to the given identifier
def getOptionalInput |
( |
|
self, |
|
|
|
id |
|
) |
| |
Returns optional input of the iterative solver algorithm
- Parameters
-
id | Identifier of the optional input data |
- Returns
- Input data that corresponds to the given identifier
def setInput |
( |
|
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 |
def setOptionalData |
( |
|
self, |
|
|
|
id, |
|
|
|
ptr |
|
) |
| |
Sets optional input for the algorithm
- Parameters
-
id | Identifier of the input object |
ptr | Pointer to the object |
def setOptionalInput |
( |
|
self, |
|
|
|
id, |
|
|
|
ptr |
|
) |
| |
Sets optional input for the iterative solver algorithm
- Parameters
-
id | Identifier of the input object |
ptr | Pointer to the object |
The documentation for this class was generated from the following file: