disc2 {dprep}R Documentation

Auxiliary function for performing discretization using equal frequency

Description

This function is called by the disc.ef function in the dprep library.

Usage

disc2(x, k, out=c("symb","num"))

Arguments

x

A numerical vector

k

The number of intervals

out

To get the discretized data in numerical fromat enter "num". To get the discretized data in interval format enter "symb".

Author(s)

Edgar Acuna

See Also

disc.ef


[Package dprep version 3.1.1 Index]