Uses of Interface
edu.uiuc.ge.illigal.gale.data.OrderedSet

Packages that use OrderedSet
edu.uiuc.ge.illigal.gale.data Data storage and manipulation tools used by GALE
 

Uses of OrderedSet in edu.uiuc.ge.illigal.gale.data
 

Classes in edu.uiuc.ge.illigal.gale.data that implement OrderedSet
 class ConstructiveInstanceSet
          This class implements a instance set that can be constructed and updated from a control outside the class.
 class CVView
          This class is a view over a certain InstanceMemory.
 class DataView
          This class is a view over a certain InstanceMemory.
 class FileInstanceSet
          This class contains the Sample Memory obtained from a file.
 class FoldView
          This class is a folder view for cross-validation over a certain set
 class InstanceSet
          This abstract class contains the set of instances available for a given problem.
 class RandomSamplingDataView
          This class is a view over a certain InstanceMemory.