Package elki.datasource.parser
Interface StreamingParser
-
- All Superinterfaces:
elki.datasource.bundle.BundleStreamSource,Parser
- All Known Implementing Classes:
AbstractStreamingParser,BitVectorLabelParser,CategorialDataAsNumberVectorParser,LibSVMFormatParser,NumberVectorLabelParser,SimplePolygonParser,SimpleTransactionParser,SparseNumberVectorLabelParser,TermFrequencyParser
public interface StreamingParser extends Parser, elki.datasource.bundle.BundleStreamSource
Interface for streaming parsers, that may be much more efficient in combination with filters.- Since:
- 0.5.0
- Author:
- Erich Schubert
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidinitStream(java.io.InputStream in)Init the streaming parser for the given input stream.
-