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

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

public class ObjectNameSetVersionSpace
extends NameSetVersionSpace

Author:
raphael
See Also:
Serialized Form

Field Summary
 
Fields inherited from class edu.washington.cs.supple.customization.scope.versionspace.VersionSpace
lowerBound, upperBound, weight
 
Method Summary
 void setLowerBound(TrainingSample d)
           
 
Methods inherited from class edu.washington.cs.supple.customization.scope.versionspace.NameSetVersionSpace
setLowerBound, similarityTo
 
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
 

Method Detail

setLowerBound

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