selectFeatures.
The following methods are available:[object Object],[object Object],[object Object],[object Object]
makeFeatSelControlExhaustive(same.resampling.instance = TRUE,
maxit = NA_integer_, max.features = NA_integer_)makeFeatSelControlGA(same.resampling.instance = TRUE, impute.val = NULL,
maxit = NA_integer_, max.features = NA_integer_, comma = FALSE,
mu = 10L, lambda, crossover.rate = 0.5, mutation.rate = 0.05)
makeFeatSelControlRandom(same.resampling.instance = TRUE, maxit = 100L,
max.features = NA_integer_, prob = 0.5)
makeFeatSelControlSequential(same.resampling.instance = TRUE,
impute.val = NULL, method, alpha = 0.01, beta = -0.001,
maxit = NA_integer_, max.features = NA_integer_)
FeatSelControl]. The specific subclass is one of
FeatSelControlExhaustive, FeatSelControlRandom,
FeatSelControlSequential, FeatSelControlGA.analyzeFeatSelResult;
getFeatSelResult;
makeFeatSelWrapper;
selectFeatures