|
|
GetBytes(...)
GetBytes( (FPBReader)arg1, (int)arg2) -> object :
returns a particular fingerprint as bytes |
|
|
|
|
GetContainingNeighbors(...)
GetContainingNeighbors( (FPBReader)arg1, (str)bv) -> tuple :
returns indices of neighbors that contain this fingerprint (where all bits from this fingerprint are also set) |
|
|
|
|
GetFP(...)
GetFP( (FPBReader)arg1, (int)arg2) -> ExplicitBitVect :
returns a particular fingerprint as an ExplicitBitVect |
|
|
|
|
GetId(...)
GetId( (FPBReader)arg1, (int)arg2) -> str :
returns the id of a particular fingerprint |
|
|
|
|
GetNumBits(...)
GetNumBits( (FPBReader)arg1) -> int :
returns the number of bits in a fingerprint |
|
|
|
|
GetTanimoto(...)
GetTanimoto( (FPBReader)arg1, (int)arg2, (str)arg3) -> float :
return the tanimoto similarity of a particular fingerprint to the bytes provided |
|
|
|
|
GetTanimotoNeighbors(...)
GetTanimotoNeighbors( (FPBReader)arg1, (str)bv [, (float)threshold=0.7]) -> tuple :
returns tanimoto similarities to and indices of all neighbors above the specified threshold |
|
|
|
|
GetTversky(...)
GetTversky( (FPBReader)arg1, (int)arg2, (str)arg3, (float)arg4, (float)arg5) -> float :
return the Tverksy similarity of a particular fingerprint to the bytes provided |
|
|
|
|
GetTverskyNeighbors(...)
GetTverskyNeighbors( (FPBReader)arg1, (str)bv, (float)ca, (float)cb [, (float)threshold=0.7]) -> tuple :
returns Tversky similarities to and indices of all neighbors above the specified threshold |
|
|
|
|
Init(...)
Init( (FPBReader)arg1) -> None :
Read the fingerprints from the file. |
|
|
|
|
__getitem__(...)
__getitem__( (FPBReader)arg1, (int)arg2) -> tuple : |
|
|
|
|
__init__(...)
__init__( (object)arg1, (str)filename [, (bool)lazy=False]) -> None :
docstring |
|
|
|
|
__len__(...)
__len__( (FPBReader)arg1) -> int : |
|
|
|
|
|
|
Inherited from unreachable.instance:
__new__
Inherited from object:
__delattr__,
__format__,
__getattribute__,
__hash__,
__reduce_ex__,
__repr__,
__setattr__,
__sizeof__,
__str__,
__subclasshook__
|