net.obsearch.index.ghs.impl
Class Sketch64Int.KnnIterator

java.lang.Object
  extended by net.obsearch.index.ghs.impl.Sketch64Int.KnnIterator
All Implemented Interfaces:
Iterator<List<OBQueryInt<O>>>
Enclosing class:
Sketch64Int<O extends OBInt>

protected class Sketch64Int.KnnIterator
extends Object
implements Iterator<List<OBQueryInt<O>>>

Implements a knn graph iteration over all the dataset


Constructor Summary
Sketch64Int.KnnIterator(int k, int range)
           
 
Method Summary
 boolean hasNext()
           
 List<OBQueryInt<O>> next()
           
 void remove()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Sketch64Int.KnnIterator

public Sketch64Int.KnnIterator(int k,
                               int range)
Method Detail

hasNext

public boolean hasNext()
Specified by:
hasNext in interface Iterator<List<OBQueryInt<O extends OBInt>>>

next

public List<OBQueryInt<O>> next()
Specified by:
next in interface Iterator<List<OBQueryInt<O extends OBInt>>>

remove

public void remove()
Specified by:
remove in interface Iterator<List<OBQueryInt<O extends OBInt>>>


Copyright © 2007-2011 Arnoldo Jose Muller Molina. All Rights Reserved.