Learn R Programming

spFSR (version 2.0.4)

getBestModel: 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)

Value

A WrappedModel object of the best performing features.

Arguments

x

a spFSR object

See Also

spFeatureSelection