edu.washington.cs.supple.customization.scope.versionspace
Class AncestorNamesFromRootVersionSpace

java.lang.Object
  extended byedu.washington.cs.supple.customization.scope.versionspace.VersionSpace
      extended byedu.washington.cs.supple.customization.scope.versionspace.AncestorNamesFromRootVersionSpace
All Implemented Interfaces:
java.lang.Cloneable, java.io.Serializable

public class AncestorNamesFromRootVersionSpace
extends VersionSpace

Author:
raphael
See Also:
Serialized Form

Field Summary
 
Fields inherited from class edu.washington.cs.supple.customization.scope.versionspace.VersionSpace
lowerBound, upperBound, weight
 
Constructor Summary
AncestorNamesFromRootVersionSpace(double weight)
           
AncestorNamesFromRootVersionSpace(java.util.List lowerBound, java.util.List upperBound, double weight)
           
AncestorNamesFromRootVersionSpace(TrainingSample ts, double weight)
           
 
Method Summary
 void setLowerBound(Hypothesis h)
           
 void setLowerBound(TrainingSample d)
           
 
Methods inherited from class edu.washington.cs.supple.customization.scope.versionspace.VersionSpace
clone, getScope
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AncestorNamesFromRootVersionSpace

public AncestorNamesFromRootVersionSpace(java.util.List lowerBound,
                                         java.util.List upperBound,
                                         double weight)

AncestorNamesFromRootVersionSpace

public AncestorNamesFromRootVersionSpace(double weight)

AncestorNamesFromRootVersionSpace

public AncestorNamesFromRootVersionSpace(TrainingSample ts,
                                         double weight)
Method Detail

setLowerBound

public void setLowerBound(Hypothesis h)
Specified by:
setLowerBound in class VersionSpace

setLowerBound

public void setLowerBound(TrainingSample d)
Specified by:
setLowerBound in class VersionSpace