R/autoboost.R
force.non.inc.Rd
Post processes a selectboost analysis.
force.non.inc(object)
Numerical matrix. Result of selectboost (autoboost, fastboost, ...).
A matrix with the results.
force.non.inc
returns a vector after ensuring that the proportion of times each variable was
selected is non increasing with respect to the 1-c0 value.
selectBoost: a general algorithm to enhance the performance of variable selection methods in correlated datasets, Frédéric Bertrand, Ismaïl Aouadi, Nicolas Jung, Raphael Carapito, Laurent Vallat, Seiamak Bahram, Myriam Maumy-Bertrand, Bioinformatics, 2020. doi:10.1093/bioinformatics/btaa855
Other Selectboost analyse functions:
plot.selectboost()
,
summary.selectboost()
data(autoboost.res.x)
res.fastboost.force.non.inc <- force.non.inc(autoboost.res.x)