mdl: mdl

Description Usage Arguments Details Value Author(s)

View source: R/aode.R

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

1

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


AnDE documentation built on May 2, 2019, 3:20 p.m.

Related to mdl in AnDE...