Package | Description |
---|---|
de.lmu.ifi.dbs.elki.datasource.parser |
Parsers for different file formats and data types.
|
Modifier and Type | Method and Description |
---|---|
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) |