public class ARFFVectorIterable extends Object implements Iterable<Vector>
Vectors
Attribute type handling:
MapBackedARFFModel.getLabelBindings(), as they are the same for every vector.| Constructor and Description |
|---|
ARFFVectorIterable(File file,
ARFFModel model) |
ARFFVectorIterable(File file,
Charset encoding,
ARFFModel model) |
ARFFVectorIterable(Reader reader,
ARFFModel model) |
ARFFVectorIterable(String arff,
ARFFModel model) |
public ARFFVectorIterable(File file, ARFFModel model) throws IOException
IOExceptionpublic ARFFVectorIterable(File file, Charset encoding, ARFFModel model) throws IOException
IOExceptionpublic ARFFVectorIterable(String arff, ARFFModel model) throws IOException
IOExceptionpublic ARFFVectorIterable(Reader reader, ARFFModel model) throws IOException
IOExceptionCopyright © 2008–2013 The Apache Software Foundation. All rights reserved.