getBestModel {spFSR} | R Documentation |
Extracting the wrapped model of the best performing features from a spFSR object
Description
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.
Usage
getBestModel(x)
Arguments
x |
a |
Value
A WrappedModel
object of the best performing features.
See Also
[Package spFSR version 2.0.4 Index]