
D - distance typepublic interface DistanceParser<D extends Distance<D>>
| Modifier and Type | Method and Description |
|---|---|
DistanceParsingResult<D> |
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> parse(InputStream in)
in - the stream to parse objects from