Class SampleReader

java.lang.Object
org.moeaframework.analysis.io.SampleReader
All Implemented Interfaces:
Closeable, AutoCloseable, Iterable<TypedProperties>, Iterator<TypedProperties>

public class SampleReader extends Object implements Iterable<TypedProperties>, Iterator<TypedProperties>, Closeable
Reads the parameter samples from the output of SampleGenerator. The column ordering in the sample file matches the ordering of parameters in a ParameterFile. The read TypedProperties map the parameter name to the parameter value.
See Also: