summary.spFSR: Summarising a spFSR object

View source: R/summary.spFSR.R

summary.spFSRR Documentation

Summarising a spFSR object

Description

Summarising a spFSR object

Usage

## S3 method for class 'spFSR'
summary(object, ...)

Arguments

object

A spFSR object

...

Additional arguments

Value

Summary of a spFSR object consisting of number of features selected, wrapper type, total number of iterations, the best performing features, and the descriptive statistics of the best iteration result (the iteration where the best performing features are found).

See Also

getImportance, spFSR.default, and spFeatureSelection.


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

Related to summary.spFSR in spFSR...