Uses of Class
net.sf.myra.hantminer.HybridRule

Packages that use HybridRule
net.sf.myra.hantminer   
 

Uses of HybridRule in net.sf.myra.hantminer
 

Methods in net.sf.myra.hantminer that return HybridRule
 HybridRule HybridRule.clone()
           
 HybridRule Pruner.explore(HybridRule rule)
          Returns a (potentially) improved rule by pruning both antecedent and consequent of the specified rule.
 

Methods in net.sf.myra.hantminer with parameters of type HybridRule
 int HybridRule.compareTo(HybridRule o)
          Compares this HybridRule instance agains the specified o instance.
abstract  net.sf.myra.framework.Cost RuleEvaluator.evaluate(HybridRule rule)
          Returns the cost associated with the evaluation of the specified hybrid rule.
 net.sf.myra.framework.Cost HybridEvaluator.evaluate(HybridRule rule)
           
 net.sf.myra.framework.NumericCost hFmeasureEvaluator.evaluate(HybridRule rule)
           
 net.sf.myra.framework.NumericCost FmeasureEvaluator.evaluate(HybridRule rule)
           
 HybridRule Pruner.explore(HybridRule rule)
          Returns a (potentially) improved rule by pruning both antecedent and consequent of the specified rule.
 



Copyright © 2013. All Rights Reserved.