comirva.audio.util.lsh
Class LSHInitEntry

java.lang.Object
  extended by comirva.audio.util.lsh.LSHInitEntry

public class LSHInitEntry
extends Object


Constructor Summary
LSHInitEntry(int dimension, int omega)
           
 
Method Summary
 double[] getA()
           
 int getB()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LSHInitEntry

public LSHInitEntry(int dimension,
                    int omega)
Method Detail

getA

public double[] getA()

getB

public int getB()

toString

public String toString()
Overrides:
toString in class Object