cfs | R Documentation |
The algorithm finds attribute subset using correlation and entropy measures for continous and discrete data.
cfs(formula, data)
formula |
a symbolic description of a model |
data |
data to process |
The alorithm makes use of best.first.search
for searching the attribute subset space.
a character vector containing chosen attributes
Piotr Romanski
best.first.search
data(iris)
subset <- cfs(Species~., iris)
f <- as.simple.formula(subset, "Species")
print(f)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.