Class Discretizer

java.lang.Object
edu.cmu.tetrad.data.Discretizer

public class Discretizer extends Object
Discretizes individual columns of discrete or continuous data. Continuous data is discretized by specifying a list of n - 1 cutoffs for n values in the discretized data, with optional string labels for these values. Discrete data is discretized by specifying a mapping from old value names to new value names, the idea being that old values may be merged.
Version:
$Id: $Id
Author:
josephramsey, Tyler Gibson