getBestModel: Extracting the wrapped model of the best performing features...

View source: R/getBestModel.R

getBestModelR 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 spFSR object

Value

A WrappedModel object of the best performing features.

See Also

spFeatureSelection


spFSR documentation built on March 31, 2023, 9:05 p.m.

Related to getBestModel in spFSR...