Environment for
DeveLoping
KDD-Applications
Supported by Index-Structures

Uses of Class
de.lmu.ifi.dbs.elki.parser.ParsingResult

Packages that use ParsingResult
de.lmu.ifi.dbs.elki.parser Package collects parser for different file formats and data types. 
 

Uses of ParsingResult in de.lmu.ifi.dbs.elki.parser
 

Subclasses of ParsingResult in de.lmu.ifi.dbs.elki.parser
 class DistanceParsingResult<O extends DatabaseObject,D extends Distance<D>>
          Provides a list of database objects and labels associated with these objects and a cache of precomputed distances between the database objects.
 

Methods in de.lmu.ifi.dbs.elki.parser that return ParsingResult
 ParsingResult<ParameterizationFunction> ParameterizationFunctionLabelParser.parse(InputStream in)
           
 ParsingResult<O> Parser.parse(InputStream in)
          Returns a list of the objects parsed from the specified input stream and a list of the labels associated with the objects.
 ParsingResult<BitVector> BitVectorLabelParser.parse(InputStream in)
           
 ParsingResult<RealVector> RealVectorLabelTransposingParser.parse(InputStream in)
           
 ParsingResult<V> RealVectorLabelParser.parse(InputStream in)
           
 ParsingResult<ExternalObject> NumberDistanceParser.parse(InputStream in)
           
 ParsingResult<BitVector> SparseBitVectorLabelParser.parse(InputStream in)
           
 


Release 0.1 (2008-07-10_1838)