Class TrainingSet<S extends Observation,T extends Category>

java.lang.Object
java.util.AbstractCollection<Pair<S,T>>
java.util.AbstractSet<Pair<S,T>>
java.util.HashSet<Pair<S,T>>
org.tweetyproject.machinelearning.TrainingSet<S,T>
Type Parameters:
S - The type of the observations.
T - The type of the categories.
All Implemented Interfaces:
Serializable, Cloneable, Iterable<Pair<S,T>>, Collection<Pair<S,T>>, Set<Pair<S,T>>

public class TrainingSet<S extends Observation,T extends Category> extends HashSet<Pair<S,T>>
A set of observations together with their category.
Author:
Matthias Thimm
See Also: