consistency: Consistency-based filter

Description Usage Arguments Details Value Author(s) See Also Examples

Description

The algorithm finds attribute subset using consistency measure for continous and discrete data.

Usage

1

Arguments

formula

a symbolic description of a model

data

data to process

Details

The alorithm makes use of best.first.search for searching the attribute subset space.

Value

a character vector containing chosen attributes

Author(s)

Piotr Romanski

See Also

best.first.search

Examples

1
2
3
4
5
6
7
8
9
## Not run: 
  library(mlbench)
  data(HouseVotes84)
  
  subset <- consistency(Class~., HouseVotes84)
  f <- as.simple.formula(subset, "Class")
  print(f)

## End(Not run)

Najah-lshanableh/R-data-mining documentation built on May 6, 2019, 10:11 a.m.