Last data update: 2014.03.03

R: mdl
mdlR Documentation

mdl

Description

This function takes in a data frame to be discretized. The data type of the columns are important. Only the numeric columns are discretized.

Usage

  mdl(data)

Arguments

data

data.frame. This data frame is discretized and returned.

Details

Here we use Fayyad's mdl discretization method. Discretizing data by MDL method as implemented in the package 'discretization'

Value

list of cut points and the discretized data frame

Author(s)

saiteja ranuva

Results