comirva.audio.util.lsh
Class LSHEntry

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

public class LSHEntry
extends Object


Constructor Summary
LSHEntry(long ident, float[] vect)
           
 
Method Summary
 long getIdentifier()
           
 float[] getVector()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LSHEntry

public LSHEntry(long ident,
                float[] vect)
Method Detail

getIdentifier

public long getIdentifier()

getVector

public float[] getVector()

toString

public String toString()
Overrides:
toString in class Object