org.dllearner.utilities.datastructures
Class SortedSetTuple<T>
java.lang.Object
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
SortedSetTuple
public SortedSetTuple()
SortedSetTuple
public SortedSetTuple(SortedSet<T> posSet,
SortedSet<T> negSet)
getPosSet
public SortedSet<T> getPosSet()
getNegSet
public SortedSet<T> getNegSet()
getCompleteSet
public SortedSet<T> getCompleteSet()
DL-Learner is licenced under the terms of the GNU General Public License.
Copyright © 2007-2011 Jens Lehmann