|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.obsearch.index.OBVectorByte
public class OBVectorByte
L1 distance implementation for bytes.
| Constructor Summary | |
|---|---|
OBVectorByte()
Default constructor must be provided by every object that implements the interface OB. |
|
OBVectorByte(byte[] data)
|
|
OBVectorByte(Random r,
int dim)
Creates a new vector with dim dimensions created by Random.nextByte() |
|
| Method Summary | |
|---|---|
byte |
distance(OBByte object)
Calculates the similarity of "this" and "object". |
boolean |
equals(Object o)
|
void |
load(byte[] input)
|
byte[] |
store()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public OBVectorByte()
public OBVectorByte(byte[] data)
public OBVectorByte(Random r,
int dim)
| Method Detail |
|---|
public boolean equals(Object o)
equals in class Object
public byte distance(OBByte object)
throws net.obsearch.exception.OBException
OBByte
distance in interface OBByteobject - The object of type OBByte to be compared
net.obsearch.exception.OBException - User generated exception
public void load(byte[] input)
throws net.obsearch.exception.OBException,
IOException
load in interface net.obsearch.Storablenet.obsearch.exception.OBException
IOException
public byte[] store()
throws net.obsearch.exception.OBException,
IOException
store in interface net.obsearch.Storablenet.obsearch.exception.OBException
IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||