
D - distance typepublic interface DistanceParser<D extends Distance<D>>
| Modifier and Type | Field and Description | 
|---|---|
| static OptionID | DISTANCE_IDParameter for distance function. | 
| 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. | 
static final OptionID DISTANCE_ID
DistanceParsingResult<D> parse(InputStream in)
in - the stream to parse objects from