net.sf.myra.datamining.function.hierarchical
Class hFmeasure

java.lang.Object
  extended by net.sf.myra.datamining.AbstractObjectiveFunction
      extended by net.sf.myra.datamining.function.hierarchical.hFmeasure
All Implemented Interfaces:
net.sf.myra.framework.ObjectiveFunction

public class hFmeasure
extends AbstractObjectiveFunction

This class represents the hierarchical F-measure function.

Author:
Fernando Esteban Barril Otero

Field Summary
static java.lang.String BETA
           
 
Constructor Summary
hFmeasure(Dataset dataset)
          Default constructor.
 
Method Summary
 net.sf.myra.framework.Cost evaluate(net.sf.myra.framework.Trail trail)
           
 
Methods inherited from class net.sf.myra.datamining.AbstractObjectiveFunction
getDataset, setDataset
 
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

hFmeasure

public hFmeasure(Dataset dataset)
Default constructor.

Parameters:
dataset - the dataset used in the evaluation.
Method Detail

evaluate

public net.sf.myra.framework.Cost evaluate(net.sf.myra.framework.Trail trail)


Copyright © 2013. All Rights Reserved.