Contains a class for making model-based prediction.
More...
|
struct | Parameter |
| Parameters of the prediction algorithm. More...
|
|
class | Input |
| Provides an interface for input objects for making model-based prediction. More...
|
|
class | Result |
| Provides interface for the result of model-based prediction. More...
|
|
|
enum | Method { defaultDense = 0
} |
| Available methods for making model-based prediction. More...
|
|
enum | NumericTableInputId { data = algorithms::regression::prediction::data
} |
| Available identifiers of input numeric tables for making model-based prediction. More...
|
|
enum | ModelInputId { model = algorithms::regression::prediction::model
} |
| Available identifiers of input models for making model-based prediction. More...
|
|
enum | ResultId { prediction = algorithms::regression::prediction::prediction
} |
| Available identifiers of the result for making model-based prediction. More...
|
|
Enumerator |
---|
defaultDense |
Default method
|
Enumerator |
---|
model |
Trained gradient boosted trees model
|
Enumerator |
---|
data |
Input data table
|
Enumerator |
---|
prediction |
Result of gradient boosted trees model-based prediction
|