Provides an interface for input objects for making KD-tree based kNN model-based prediction.
More...
◆ Input()
◆ 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.
◆ get()
Returns the input Model object in the prediction stage of the KD-tree based kNN algorithm
- Parameters
-
[in] | id | Identifier of the input Model object |
- Returns
- Input object that corresponds to the given identifier
◆ 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 KD-tree based kNN algorithm
- Parameters
-
[in] | id | Identifier of the input object |
[in] | value | Input Model object |
The documentation for this class was generated from the following file: