public interface DistanceParser
Modifier and Type | Method and Description |
---|---|
void |
parse(java.io.InputStream in,
DistanceCacheWriter cache)
Returns a list of the objects parsed from the specified input stream and a
list of the labels associated with the objects.
|
void parse(java.io.InputStream in, DistanceCacheWriter cache)
in
- the stream to parse objects fromcache
- Cache writerCopyright © 2019 ELKI Development Team. License information.