public class FileDataSet extends GenericDataSet
Constructor and Description |
---|
FileDataSet(java.io.File datafile)
Creates a new instance of a data set, stored in a file.
|
add, add, addAll, addAll, getDimensions, getPointValue, set
clear, clone, contains, ensureCapacity, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeRange, retainAll, size, subList, toArray, toArray, trimToSize
public FileDataSet(java.io.File datafile) throws java.io.IOException, java.lang.NumberFormatException, java.lang.ArrayIndexOutOfBoundsException
datafile
- The file containing the data setjava.io.IOException
- when a I/O error is foundjava.lang.ArrayIndexOutOfBoundsException
- when the file has not
consistent number of columnsjava.lang.NumberFormatException
- when the numbers inside the file
are not parsable