Contains classes for making prediction based on the classifier model.
More...
|
| class | InputIface |
| | Base class for working with input objects in the prediction stage of the classification algorithm. More...
|
| |
| class | Input |
| | Input objects in the prediction stage of the classification algorithm. More...
|
| |
| class | Result |
| | Provides methods to access prediction results obtained with the compute() method of the classifier prediction algorithm in the batch processing mode. More...
|
| |
Available identifiers of input Model objects in the prediction stage of the classification algorithm
| Enumerator |
|---|
| model |
Input model trained by the classification algorithm
|
Available identifiers of input NumericTable objects in the prediction stage of the classification algorithm
| Enumerator |
|---|
| data |
Input data set
|
Available identifiers of results obtained in the prediction stage of the classification algorithm