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) StreamingParserEvaluatePrecomputedOutlierScores.Par. parserParser to read input data.(package private) StreamingParserEvaluatePrecomputedOutlierScores. parserParser 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 classAbstractStreamingParserBase class for streaming parsers.classBitVectorLabelParserParser for parsing one BitVector per line, bits separated by whitespace.classCategorialDataAsNumberVectorParser<V extends NumberVector>A very simple parser for categorial data, which will then be encoded as numbers.classClusteringVectorParserParser for simple clustering results in vector form, as written byClusteringVectorDumper.classLibSVMFormatParser<V extends SparseNumberVector>Parser to read libSVM format files.classNumberVectorLabelParser<V extends NumberVector>Parser for a simple CSV type of format, with columns separated by the given pattern (default: whitespace).classSimplePolygonParserParser to load polygon data (2D and 3D only) from a simple format.classSimpleTransactionParserSimple parser for transactional data, such as market baskets.classSparseNumberVectorLabelParser<V extends SparseNumberVector>Parser for parsing one point per line, attributes separated by whitespace.classTermFrequencyParser<V extends SparseNumberVector>A parser to load term frequency data, which essentially are sparse vectors with text keys.
-