Uses of Class
de.lmu.ifi.dbs.elki.datasource.parser.DistanceParsingResult

Packages that use DistanceParsingResult
de.lmu.ifi.dbs.elki.datasource.parser Parsers for different file formats and data types. 
 

Uses of DistanceParsingResult in de.lmu.ifi.dbs.elki.datasource.parser
 

Methods in de.lmu.ifi.dbs.elki.datasource.parser that return DistanceParsingResult
 DistanceParsingResult<D> DistanceParser.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.
 DistanceParsingResult<D> NumberDistanceParser.parse(InputStream in)
           
 


Release 0.4.0 (2011-09-20_1324)