get_prediction_constant.optimal_feature_selection_learner {iai} | R Documentation |
Return the constant term in the prediction in a trained Optimal Feature Selection learner
Description
Julia Equivalent:
IAI.get_prediction_constant
Usage
## S3 method for class 'optimal_feature_selection_learner'
get_prediction_constant(obj, fit_index = NULL, ...)
Arguments
obj |
The learner to query. |
fit_index |
The index of the cluster to use for prediction, if the
|
... |
Additional arguments (unused) |
IAI Compatibility
Requires IAI version 1.1 or higher.
Examples
## Not run: iai::get_prediction_constant(lnr)
[Package iai version 1.10.1 Index]