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

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

public class IndependentJoinVersionSpace
extends VersionSpace

Author:
raphael
See Also:
Serialized Form

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

Field Detail

vs1

protected VersionSpace vs1

vs2

protected VersionSpace vs2
Method Detail

clone

public java.lang.Object clone()
Overrides:
clone in class VersionSpace

setLowerBound

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

setLowerBound

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