discretevar {dprep}R Documentation

Performs Minimum Entropy discretization for a given attribute

Description

This function carries out ME discretization for a given attribute of a dataset

Usage

discretevar(data, var, n, p)

Arguments

data The name of the dataset
var The column were is located the attribute to be discretized
n number of rows of the dataset
p number of columns of the dataset

Author(s)

Luis Daza

See Also

disc.mentr


[Package dprep version 1.0 Index]