net.sf.myra.hantminer
Class HybridEvaluator

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

public class HybridEvaluator
extends RuleEvaluator

This class represents a rule evaluator which combines a hierarchical measure (based on hFmeasureEvaluator class) and a local measure (based on FmeasureEvaluator class).

Version:
$Revision$ $Date:: $
Author:
Fernando Esteban Barril Otero
See Also:
hFmeasureEvaluator, FmeasureEvaluator

Field Summary
 
Fields inherited from class net.sf.myra.hantminer.RuleEvaluator
dataset
 
Constructor Summary
HybridEvaluator(net.sf.myra.datamining.data.Dataset dataset)
          Default constructor.
 
Method Summary
 net.sf.myra.framework.Cost 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

HybridEvaluator

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

Parameters:
dataset - the dataset instance.
Method Detail

evaluate

public net.sf.myra.framework.Cost 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.