
Selects the most prevalent features in the dataset baset on the provided thresholds.
filterFeaturesByPrevalence.Rd
Filters out all features that display a prevalence below a given threshold provided as a number of observations or percentage. This for the total dataset or by class.
Usage
filterFeaturesByPrevalence(
X,
y = NULL,
nb.prevalence = NULL,
perc.prevalence = NULL,
by.class = TRUE
)