getBestModel {spFSR} | R Documentation |
A fitted model uses the best performing feature subsets. It inherits all methods or functions applied to a WrappedModel
objects. For example, the predict
function can be used on the fitted model. See spFeatureSelection for example.
getBestModel(x)
x |
a |
A WrappedModel
object of the best performing features.