powered by
The algorithm finds attribute subset using correlation and entropy measures for continous and discrete data.
cfs(formula, data)
a character vector containing chosen attributes
a symbolic description of a model
data to process
Piotr Romanski
The alorithm makes use of best.first.search for searching the attribute subset space.
best.first.search
data(iris) subset <- cfs(Species~., iris) f <- as.simple.formula(subset, "Species") print(f)
Run the code above in your browser using DataLab