Package org.debellor.base.evaluator

Class Summary
CrossValidation Implements evaluation of a cell (decision system) through the procedure of cross-validation (CV).
EvaluatorCell Base class for cells that implement evaluation of other cells -- decision systems.
TrainAndTest Implements evaluation of a cell (decision system) with Train+Test procedure.