edu.udo.cs.yale.operator.learner
Class BestRuleInduction.RuleWithScoreUpperBound

java.lang.Object
  extended by edu.udo.cs.yale.operator.learner.BestRuleInduction.RuleWithScoreUpperBound
All Implemented Interfaces:
java.lang.Comparable
Enclosing class:
BestRuleInduction

public class BestRuleInduction.RuleWithScoreUpperBound
extends java.lang.Object
implements java.lang.Comparable


Field Summary
private  ConjunctiveRuleModel rule
           
private  double scoreUpperBound
           
 
Constructor Summary
BestRuleInduction.RuleWithScoreUpperBound(ConjunctiveRuleModel rule, double scoreUpperBound)
           
 
Method Summary
 int compareTo(java.lang.Object obj)
           
 ConjunctiveRuleModel getRule()
           
 double getScoreBound()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

rule

private final ConjunctiveRuleModel rule

scoreUpperBound

private final double scoreUpperBound
Constructor Detail

BestRuleInduction.RuleWithScoreUpperBound

public BestRuleInduction.RuleWithScoreUpperBound(ConjunctiveRuleModel rule,
                                                 double scoreUpperBound)
Method Detail

getRule

public ConjunctiveRuleModel getRule()

getScoreBound

public double getScoreBound()

compareTo

public int compareTo(java.lang.Object obj)
Specified by:
compareTo in interface java.lang.Comparable


Copyright © 2001-2006