net.sf.myra.datamining.measure
Class MicroAveragedFMeasure

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

public class MicroAveragedFMeasure
extends java.lang.Object
implements Measure

This class represents the micro-averaged F-Measure metric.

Author:
Matthew Medland

Field Summary
static java.lang.String BETA
           
 
Constructor Summary
MicroAveragedFMeasure()
           
 
Method Summary
 Unit<java.lang.Double> 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
 

Field Detail

BETA

public static final java.lang.String BETA
See Also:
Constant Field Values
Constructor Detail

MicroAveragedFMeasure

public MicroAveragedFMeasure()
Method Detail

evaluate

public Unit<java.lang.Double> 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.