net.sf.myra.hantminer
Class hFmeasureEvaluator

java.lang.Object
  extended by net.sf.myra.hantminer.RuleEvaluator
      extended by net.sf.myra.hantminer.hFmeasureEvaluator

public class hFmeasureEvaluator
extends RuleEvaluator

This class represents the hierarchical F-measure evaluator.

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

Field Summary
 
Fields inherited from class net.sf.myra.hantminer.RuleEvaluator
dataset
 
Constructor Summary
hFmeasureEvaluator(net.sf.myra.datamining.data.Dataset dataset)
          Default constructor.
 
Method Summary
 net.sf.myra.framework.NumericCost evaluate(HybridRule rule)
          Returns the cost associated with the evaluation of the specified hybrid rule.
 
Methods inherited from class net.sf.myra.hantminer.RuleEvaluator
isNumber
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

hFmeasureEvaluator

public hFmeasureEvaluator(net.sf.myra.datamining.data.Dataset dataset)
Default constructor.

Parameters:
dataset -
Method Detail

evaluate

public net.sf.myra.framework.NumericCost evaluate(HybridRule rule)
Description copied from class: RuleEvaluator
Returns the cost associated with the evaluation of the specified hybrid rule.

Specified by:
evaluate in class RuleEvaluator
Parameters:
rule - the hybrid rule to be evaluated.
Returns:
the cost associated with the evaluation of the specified hybrid rule.


Copyright © 2013. All Rights Reserved.