Package elki.datasource.parser
Interface StreamingParser
-
- All Superinterfaces:
BundleStreamSource,Parser
- All Known Implementing Classes:
AbstractStreamingParser,BitVectorLabelParser,CategorialDataAsNumberVectorParser,ClusteringVectorParser,LibSVMFormatParser,NumberVectorLabelParser,SimplePolygonParser,SimpleTransactionParser,SparseNumberVectorLabelParser,TermFrequencyParser
public interface StreamingParser extends Parser, BundleStreamSource
Interface for streaming parsers, that may be much more efficient in combination with filters.- Since:
- 0.5.0
- Author:
- Erich Schubert
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface elki.datasource.bundle.BundleStreamSource
BundleStreamSource.Event
-
-
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.-
Methods inherited from interface elki.datasource.bundle.BundleStreamSource
asMultipleObjectsBundle, assignDBID, data, getMeta, hasDBIDs, nextEvent
-
-