net.sf.myra.hantminer
Class FmeasureEvaluator

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

public class FmeasureEvaluator
extends RuleEvaluator

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

Field Summary
 
Fields inherited from class net.sf.myra.hantminer.RuleEvaluator
dataset
 
Constructor Summary
FmeasureEvaluator(net.sf.myra.datamining.data.Dataset dataset)
           
 
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

FmeasureEvaluator

public FmeasureEvaluator(net.sf.myra.datamining.data.Dataset 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.