Contains a class for making the regression model-based prediction.
More...
|
class | Input |
| Provides an interface for input objects for making the regression model-based prediction. More...
|
|
class | Result |
| Provides interface for the result of the regression model-based prediction. More...
|
|
|
enum | NumericTableInputId { data
} |
| Available identifiers of input numeric tables for making the regression model-based prediction. More...
|
|
enum | ModelInputId { model = lastNumericTableInputId + 1
} |
| Available identifiers of input models for making the regression model-based prediction. More...
|
|
enum | ResultId { prediction
} |
| Available identifiers of the result for making the regression model-based prediction. More...
|
|
Enumerator |
---|
model |
Trained regression model
|
Enumerator |
---|
data |
Input data table
|
Enumerator |
---|
prediction |
Result of the regression model-based prediction
|