| Trees | Indices | Help |
|
|---|
|
|
object --+
|
??.instance --+
|
EnumerationStrategyBase --+
|
EvenSamplePairsStrategy
Randomly sample Pairs evenly from a collection of building blocks This is a good strategy for choosing a relatively small selection of building blocks from a larger set. As the amount of work needed to retrieve the next evenly sample building block grows with the number of samples, this method performs progressively worse as the number of samples gets larger. See EnumerationStrategyBase for more details.
|
|||
|
|||
|
|||
|
|||
|
Inherited from Inherited from Inherited from |
|||
|
|||
__instance_size__ = 24
|
|||
|
|||
|
Inherited from |
|||
|
|||
Stats( (EvenSamplePairsStrategy)arg1) -> str :
Return the a statisics log of the pairs used in the current enumeration.
C++ signature :
std::string Stats(RDKit::EvenSamplePairsStrategy {lvalue})
|
__copy__( (EvenSamplePairsStrategy)arg1) -> EnumerationStrategyBase :
C++ signature :
RDKit::EnumerationStrategyBase* __copy__(RDKit::EvenSamplePairsStrategy {lvalue})
|
__init__( (object)arg1) -> None :
C++ signature :
void __init__(_object*)
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Sun Oct 8 11:32:01 2017 | http://epydoc.sourceforge.net |