View source: R/selector.consistency.R
consistency | R Documentation |
The algorithm finds attribute subset using consistency measure for continous and discrete data.
consistency(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
## Not run:
library(mlbench)
data(HouseVotes84)
subset <- consistency(Class~., HouseVotes84)
f <- as.simple.formula(subset, "Class")
print(f)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.