Package schrodinger :: Package infra :: Module phase :: Class PhpDatabaseFp
[hide private]
[frames] | no frames]

Class PhpDatabaseFp

object --+
         |
        PhpDatabaseFp

Proxy of C++ PhpDatabaseFp class.

Instance Methods [hide private]
 
__repr__(self)
repr(x)
 
__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__

Static Methods [hide private]
 
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
Properties [hide private]
  thisown
The membership flag

Inherited from object: __class__

Method Details [hide private]

__repr__(self)
(Representation operator)

 

repr(x)

Overrides: object.__repr__
(inherited documentation)

__init__(self, dbName)
(Constructor)

 

__init__(PhpDatabaseFp self, std::string const & dbName) -> PhpDatabaseFp

Overrides: object.__init__

Property Details [hide private]

thisown

The membership flag

Get Method:
unreachable(x)
Set Method:
unreachable(x, v)