Input objects in the prediction stage of the classification algorithm.
More...
◆ check()
Checks the correctness of the input object
- Parameters
-
[in] | parameter | Pointer to the structure of the algorithm parameters |
[in] | method | Computation method |
Reimplemented from Input.
Reimplemented in Input, Input, Input, Input, Input, Input, Input, and Input.
◆ get() [1/2]
Returns the input Numeric Table object in the prediction stage of the classification algorithm
- Parameters
-
[in] | id | Identifier of the input NumericTable object |
- Returns
- Input object that corresponds to the given identifier
◆ get() [2/2]
Returns the input Model object in the prediction stage of the classification algorithm
- Parameters
-
[in] | id | Identifier of the input Model object |
- Returns
- Input object that corresponds to the given identifier
◆ getNumberOfRows()
size_t getNumberOfRows |
( |
| ) |
const |
|
virtual |
Returns the number of rows in the input data set
- Returns
- Number of rows in the input data set
Implements InputIface.
◆ set() [1/2]
Sets the input NumericTable object in the prediction stage of the classification algorithm
- Parameters
-
[in] | id | Identifier of the input object |
[in] | ptr | Pointer to the input object |
◆ set() [2/2]
Sets the input Model object in the prediction stage of the classifier algorithm
- Parameters
-
[in] | id | Identifier of the input object |
[in] | ptr | Pointer to the input object |
The documentation for this class was generated from the following file: