Proxy of C++ PhpDatabaseFp class.
|
|
|
__init__(self,
dbName)
__init__(PhpDatabaseFp self, std::string const & dbName) ->
PhpDatabaseFp |
|
|
|
__swig_destroy__(...)
delete_PhpDatabaseFp(PhpDatabaseFp self) |
|
|
|
getAllIDs(...)
PhpDatabaseFp_getAllIDs(PhpDatabaseFp self) -> SwigSizetVector |
|
|
|
getCt(...)
PhpDatabaseFp_getCt(PhpDatabaseFp self, size_t molID) -> MM_Index |
|
|
|
getCts(...)
PhpDatabaseFp_getCts(PhpDatabaseFp self, SwigSizetVector molIDs)
-> SwigIntVector |
|
|
|
getFp(...)
PhpDatabaseFp_getFp(PhpDatabaseFp self, PhpFpType fpType, size_t
molID, bool allowMissing=True) -> SwigUnsignedIntVector |
|
|
|
getFps(...)
PhpDatabaseFp_getFps(PhpDatabaseFp self, PhpFpType fpType,
SwigSizetVector molIDs, bool allowMissing=True) -> std::vector<
std::vector< unsigned int,std::allocator< unsigned int >
>,std::allocator< std::vector< unsigned
int,std::allocator< unsigned int > > > > |
|
|
|
getFpTypesStored(...)
PhpDatabaseFp_getFpTypesStored(PhpDatabaseFp self) ->
SwigPhpFpTypeVector |
|
|
|
isStored(...)
PhpDatabaseFp_isStored(PhpDatabaseFp self, PhpFpType fpType) ->
bool |
|
|
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|
|
distEuclidean(fp1,
fp2)
distEuclidean(SwigUnsignedIntVector fp1, SwigUnsignedIntVector fp2)
-> double |
|
|
|
distHamming(fp1,
fp2)
distHamming(SwigUnsignedIntVector fp1, SwigUnsignedIntVector fp2)
-> double |
|
|
|
distSoergel(fp1,
fp2)
distSoergel(SwigUnsignedIntVector fp1, SwigUnsignedIntVector fp2)
-> double |
|
|
|
getCommonCount(fp1,
fp2)
getCommonCount(SwigUnsignedIntVector fp1, SwigUnsignedIntVector fp2)
-> size_t |
|
|
|
packFp(onBits,
molID=0)
packFp(SwigUnsignedIntVector onBits, size_t molID=0) ->
PhpPackedFp |
|
|
|
simCosine(fp1,
fp2)
simCosine(SwigUnsignedIntVector fp1, SwigUnsignedIntVector fp2) ->
double |
|
|
|
simDice(fp1,
fp2)
simDice(SwigUnsignedIntVector fp1, SwigUnsignedIntVector fp2) ->
double |
|
|
|
simTanimoto(fp1,
fp2)
simTanimoto(SwigUnsignedIntVector fp1, SwigUnsignedIntVector fp2)
-> double |
|
|
|
unpackFp(packedFp)
unpackFp(PhpPackedFp packedFp) -> SwigUnsignedIntVector |
|
|