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