net.sf.myra.datamining.measure.hierarchical
Class LevelMeasure

java.lang.Object
  extended by net.sf.myra.datamining.measure.hierarchical.LevelMeasure
All Implemented Interfaces:
Measure

public class LevelMeasure
extends java.lang.Object
implements Measure

Version:
$Revision$ $Date:: $
Author:
Fernando Esteban Barril Otero

Constructor Summary
LevelMeasure()
           
 
Method Summary
 Unit<?> evaluate(Dataset dataset, Model model)
          Evaluates the specified model.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LevelMeasure

public LevelMeasure()
Method Detail

evaluate

public Unit<?> evaluate(Dataset dataset,
                        Model model)
Description copied from interface: Measure
Evaluates the specified model.

Specified by:
evaluate in interface Measure
Parameters:
dataset - the test dataset.
model - the model to be evaluated.


Copyright © 2013. All Rights Reserved.