Uses of Class
org.debellor.base.evaluator.EvaluatorCell

Packages that use EvaluatorCell
org.debellor.base.evaluator   
 

Uses of EvaluatorCell in org.debellor.base.evaluator
 

Subclasses of EvaluatorCell in org.debellor.base.evaluator
 class CrossValidation
          Implements evaluation of a cell (decision system) through the procedure of cross-validation (CV).
 class TrainAndTest
          Implements evaluation of a cell (decision system) with Train+Test procedure.