Package edu.duke.cs.banjo.data.observations

Interface Summary
DataPreparerI Documents the interface for the data preparer classes.
DiscretizerI Documents the interface for the discretizer classes.
ObservationsI Interface to the observations.
 

Class Summary
Counter Implements a simple counter class, used in the discretization classes.
DataPreparer Contains the code common to DataPreparer implementations.
DataPreparerBasic Implements a basic dataPreparer.
Discretizer Contains the code common to Discretizer implementations.
DiscretizerInterval Implements a discretizer based on placing the data by intervals.
DiscretizerQuantile Implements a discretizer based on placing the data by quantiles.
DiscretizerTrivial Implements a "dummy" discretizer when we don't need to discretize the data.
Observations Base class for loading the observation data.
ObservationsAsArray Loads the observation data necessary for the search.
ObservationsAsMatrix Loads the observation data necessary for the search.
PreprocessedObservations Contains a single, basic, set of observation data (usually supplied by a single file).
PreprocessedObservationsWithFileInfo Contains a single, basic, set of observation data (usually supplied by a single file).