net.obsearch.index.ghs.impl
Class Sketch64Float.KnnIterator
java.lang.Object
net.obsearch.index.ghs.impl.Sketch64Float.KnnIterator
- All Implemented Interfaces:
- Iterator<List<OBQueryFloat<O>>>
- Enclosing class:
- Sketch64Float<O extends OBFloat>
protected class Sketch64Float.KnnIterator
- extends Object
- implements Iterator<List<OBQueryFloat<O>>>
Implements a knn graph iteration over all the dataset
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Sketch64Float.KnnIterator
public Sketch64Float.KnnIterator(int k,
float range)
hasNext
public boolean hasNext()
- Specified by:
hasNext
in interface Iterator<List<OBQueryFloat<O extends OBFloat>>>
next
public List<OBQueryFloat<O>> next()
- Specified by:
next
in interface Iterator<List<OBQueryFloat<O extends OBFloat>>>
remove
public void remove()
- Specified by:
remove
in interface Iterator<List<OBQueryFloat<O extends OBFloat>>>
Copyright © 2007-2011 Arnoldo Jose Muller Molina. All Rights Reserved.