Contains a class for regression model-based training.
More...
|
class | Input |
| Input objects for the regression model-based training More...
|
|
class | PartialResult |
| Provides methods to access a partial result obtained with the compute() method of the linear model-based training in the online processing mode. More...
|
|
class | Result |
| Provides methods to access the result obtained with the compute() method of the regression model-based training. More...
|
|
|
enum | InputId { data = regression::training::data,
dependentVariables = regression::training::dependentVariables
} |
| Available identifiers of input objects for regression model-based training. More...
|
|
enum | ResultId { model = regression::training::model
} |
| Available identifiers of the result of regression model-based training. More...
|
|
Enumerator |
---|
data |
Input data table
|
dependentVariables |
Values of the dependent variable for the input data
|
Enumerator |
---|
model |
Regression model
|