50% off | Unlimited Data & AI Learning
Get 50% off unlimited learning

discretization (version 1.0-1.1)

value: Auxiliary function for performing the ChiMerge discretization

Description

This function is called by ChiMerge diacretization fucntion, chiM().

Usage

value(i, data, alpha)

Arguments

i

ith variable in data matrix to discretized

data

numeric data matrix

alpha

significance level; α

Value

cuts

list of cut-points for any variable

disc

discretized ith variable and data matrix of other variables

References

Kerber, R. (1992). ChiMerge : Discretization of numeric attributes, In Proceedings of the Tenth National Conference on Artificial Intelligence, 123--128.

See Also

chiM.

Examples

Run this code
# NOT RUN {
data(iris)
value(1,iris,0.05)
# }

Run the code above in your browser using DataLab