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 Parsers for different file formats and data types. 
de.lmu.ifi.dbs.elki.parser.meta MetaParsers 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<SparseFloatVector> SparseFloatVectorLabelParser.parse(InputStream in)
           
 ParsingResult<BitVector> BitVectorLabelParser.parse(InputStream in)
           
 ParsingResult<BitVector> SparseBitVectorLabelParser.parse(InputStream in)
           
 ParsingResult<ParameterizationFunction> ParameterizationFunctionLabelParser.parse(InputStream in)
           
 ParsingResult<V> RealVectorLabelParser.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<DoubleVector> DoubleVectorLabelTransposingParser.parse(InputStream in)
           
 

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

Methods in de.lmu.ifi.dbs.elki.parser.meta that return ParsingResult
 ParsingResult<DoubleVector> DoubleVectorRandomProjectionParser.parse(InputStream in)
          Returns as ParsingResult a projection on a randomly selected subset of attributes.
 ParsingResult<DoubleVector> DoubleVectorProjectionParser.parse(InputStream in)
          Returns as ParsingResult a projection on a selected subset of attributes.
 ParsingResult<SparseFloatVector> SparseFloatVectorRandomProjectionParser.parse(InputStream in)
          Returns as ParsingResult a projection on a randomly selected subset of attributes.
 ParsingResult<SparseFloatVector> SparseFloatVectorProjectionParser.parse(InputStream in)
          Returns as ParsingResult a projection on a selected subset of attributes.
protected  ParsingResult<O> MetaParser.retrieveBaseParsingresult(InputStream in)
          Retrieves the ParsingResult of the base parser.
 


Release 0.2.1 (2009-07-13_1605)