discretization (version 1.0-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

\(i\)th variable in data matrix to discretized

data

numeric data matrix

alpha

significance level; \(\alpha\)

Value

cuts

list of cut-points for any variable

disc

discretized \(i\)th 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