Class ParameterSet

java.lang.Object
All Implemented Interfaces:
Serializable, Cloneable, Iterable<TrainingParameter>, Collection<TrainingParameter>, List<TrainingParameter>, RandomAccess, SequencedCollection<TrainingParameter>

public class ParameterSet extends ArrayList<TrainingParameter>
A set of parameters that can be given to a trainer to specifiy the training task.
Author:
Matthias Thimm
See Also: