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