Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

mdlStop

Auxiliary function for performing discretization using MDLP


Description

This function determines cut criterion based on Fayyad and Irani Criterion, is required to perform the minimum description length principle.

Usage

mdlStop(ci, y, entropy)

Arguments

ci

cut index

y

class variable

entropy

this value is calculated by cutIndex()

Details

Minimum description Length Principle Criterion

Value

gain

numeric value

Author(s)

References

Fayyad, U. M. and Irani, K. B.(1993). Multi-interval discretization of continuous-valued attributes for classification learning, Artificial intelligence, 13, 1022–1027.

See Also


discretization

Data preprocessing, discretization for classification.

v1.0-1
GPL
Authors
HyunJi Kim
Initial release
2010-12-02

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.