|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.daylight.DaylightCppObject
com.daylight.DaylightObject
com.daylight.Fingerprint
public class Fingerprint
Object representing a Daylight fingerprint
Field Summary |
---|
Fields inherited from class com.daylight.DaylightCppObject |
---|
ref |
Constructor Summary | |
---|---|
Fingerprint(int numbits)
Allocate a new fingerprint. |
Method Summary | |
---|---|
Fingerprint |
copy()
from dt_copy. |
protected void |
finalize()
Called by the garbage collector on an object when garbage collection determines that there are no more references to the object. |
boolean |
fingerTest(Fingerprint other)
from dt_fp_fingertest. |
void |
fold(int minimumSize,
float minimumDensity)
from dt_fp_foldfp. |
int |
getBitOnCount()
from dt_fp_bitcount. |
int |
getBitValue(int bitNumber)
from dt_fp_bitvalue. |
int |
getCommonBitOnCount(Fingerprint other)
from dt_fp_commonbitcount. |
float |
getEuclidianDistance(Fingerprint other)
from dt_fp_euclid. |
int |
getOriginalBitOnCount()
from dt_fp_obitcount. |
int |
getOriginalSize()
from dt_fp_obits. |
byte[] |
getRange(int offset,
int numberOfBits)
from dt_fp_range. |
int |
getRangeSourceOffset(int offset,
int numberOfBits)
from dt_fp_range. |
float |
getSimilarity(Fingerprint other,
java.lang.String expression)
from dt_fp_similarity. |
int |
getSize()
from dt_fp_nbits. |
java.lang.String |
getStringValue()
from dt_stringvalue. |
float |
getTanimotoDistance(Fingerprint other)
from dt_fp_tanimoto. |
float |
getTverskyDistance(Fingerprint other,
float alpha,
float beta)
from dt_fp_tversky. |
void |
setBitValue(int bitNumber,
int value)
from dt_fp_setbitvalue. |
void |
setOriginalBitOnCount(int count)
from dt_fp_setobitcount. |
void |
setOriginalSize(int size)
from dt_fp_setobits. |
int |
setRange(int dstBitOffset,
int numberOfBits,
byte[] range,
int sourceBitOffset,
FingerprintOperation operation)
from dt_fp_setrange. |
void |
setStringValue(java.lang.String value)
from dt_setstringvalue. |
Methods inherited from class java.lang.Object |
---|
clone, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Fingerprint(int numbits) throws DaylightException
DaylightException
Method Detail |
---|
public Fingerprint copy() throws DaylightException
DaylightException
public int getBitOnCount() throws DaylightException
DaylightException
public int getCommonBitOnCount(Fingerprint other) throws DaylightException
DaylightException
public int getSize() throws DaylightException
DaylightException
public int getBitValue(int bitNumber) throws DaylightException
DaylightException
public void setBitValue(int bitNumber, int value) throws DaylightException
DaylightException
public int getOriginalBitOnCount() throws DaylightException
DaylightException
public void setOriginalBitOnCount(int count) throws DaylightException
DaylightException
public int getOriginalSize() throws DaylightException
DaylightException
public void setOriginalSize(int size) throws DaylightException
DaylightException
public byte[] getRange(int offset, int numberOfBits) throws DaylightException
DaylightException
public int getRangeSourceOffset(int offset, int numberOfBits) throws DaylightException
DaylightException
public int setRange(int dstBitOffset, int numberOfBits, byte[] range, int sourceBitOffset, FingerprintOperation operation) throws DaylightException
DaylightException
public void fold(int minimumSize, float minimumDensity) throws DaylightException
DaylightException
public boolean fingerTest(Fingerprint other) throws DaylightException
DaylightException
public float getEuclidianDistance(Fingerprint other) throws DaylightException
DaylightException
public float getSimilarity(Fingerprint other, java.lang.String expression) throws DaylightException
DaylightException
public float getTanimotoDistance(Fingerprint other) throws DaylightException
DaylightException
public float getTverskyDistance(Fingerprint other, float alpha, float beta) throws DaylightException
DaylightException
public void setStringValue(java.lang.String value) throws DaylightException
DaylightException
public java.lang.String getStringValue() throws DaylightException
DaylightException
protected void finalize() throws java.lang.Throwable
finalize
in class DaylightObject
java.lang.Throwable
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |