Uses of Interface
elki.datasource.parser.StreamingParser
-
Packages that use StreamingParser Package Description elki.application.greedyensemble Greedy ensembles for outlier detection.elki.datasource.parser Parsers for different file formats and data types. -
-
Uses of StreamingParser in elki.application.greedyensemble
Fields in elki.application.greedyensemble declared as StreamingParser Modifier and Type Field Description (package private) StreamingParser
EvaluatePrecomputedOutlierScores.Par. parser
Parser to read input data.(package private) StreamingParser
EvaluatePrecomputedOutlierScores. parser
Parser to read input data.Constructors in elki.application.greedyensemble with parameters of type StreamingParser Constructor Description EvaluatePrecomputedOutlierScores(java.net.URI infile, StreamingParser parser, java.util.regex.Pattern reverse, java.nio.file.Path outfile, java.lang.String name)
Constructor. -
Uses of StreamingParser in elki.datasource.parser
Classes in elki.datasource.parser that implement StreamingParser Modifier and Type Class Description class
AbstractStreamingParser
Base class for streaming parsers.class
BitVectorLabelParser
Parser for parsing one BitVector per line, bits separated by whitespace.class
CategorialDataAsNumberVectorParser<V extends NumberVector>
A very simple parser for categorial data, which will then be encoded as numbers.class
ClusteringVectorParser
Parser for simple clustering results in vector form, as written byClusteringVectorDumper
.class
LibSVMFormatParser<V extends SparseNumberVector>
Parser to read libSVM format files.class
NumberVectorLabelParser<V extends NumberVector>
Parser for a simple CSV type of format, with columns separated by the given pattern (default: whitespace).class
SimplePolygonParser
Parser to load polygon data (2D and 3D only) from a simple format.class
SimpleTransactionParser
Simple parser for transactional data, such as market baskets.class
SparseNumberVectorLabelParser<V extends SparseNumberVector>
Parser for parsing one point per line, attributes separated by whitespace.class
TermFrequencyParser<V extends SparseNumberVector>
A parser to load term frequency data, which essentially are sparse vectors with text keys.
-