powered by
The algorithm finds attribute subset using consistency measure for continous and discrete data.
consistency(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
if (FALSE) { library(mlbench) data(HouseVotes84) subset <- consistency(Class~., HouseVotes84) f <- as.simple.formula(subset, "Class") print(f) }
Run the code above in your browser using DataLab