org.dllearner.utilities.datastructures
Class SortedSetTuple<T>

java.lang.Object
  extended by org.dllearner.utilities.datastructures.SortedSetTuple<T>
Type Parameters:
T - The datatype (usually Individual or String).

public class SortedSetTuple<T>
extends Object

Convenience data structure for keeping positive and negative examples in a single structure.

Author:
Jens Lehmann

Constructor Summary
SortedSetTuple()
           
SortedSetTuple(SortedSet<T> posSet, SortedSet<T> negSet)
           
 
Method Summary
 SortedSet<T> getCompleteSet()
           
 SortedSet<T> getNegSet()
           
 SortedSet<T> getPosSet()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SortedSetTuple

public SortedSetTuple()

SortedSetTuple

public SortedSetTuple(SortedSet<T> posSet,
                      SortedSet<T> negSet)
Method Detail

getPosSet

public SortedSet<T> getPosSet()

getNegSet

public SortedSet<T> getNegSet()

getCompleteSet

public SortedSet<T> getCompleteSet()


SourceForge.net Logo DL-Learner is licenced under the terms of the GNU General Public License.
Copyright © 2007-2011 Jens Lehmann