Package rdkit :: Package Chem :: Module rdChemReactions :: Class ReactionFingerprintParams
[hide private]
[frames] | no frames]

class ReactionFingerprintParams

 object --+    
          |    
??.instance --+
              |
             ReactionFingerprintParams

A class for storing parameters to manipulate the calculation of fingerprints of chemical reactions.

Instance Methods [hide private]
 
__init__(...)
__init__( (object)arg1) -> None : Constructor, takes no arguments
 
__reduce__(...)

Inherited from unreachable.instance: __new__

Class Variables [hide private]
  __instance_size__ = 48
Properties [hide private]
  agentWeight
  bitRatioAgents
  fpSize
  fpType
  includeAgents
  nonAgentWeight
Method Details [hide private]

__init__(...)
(Constructor)

 

__init__( (object)arg1) -> None :
    Constructor, takes no arguments

    C++ signature :
        void __init__(_object*)

__init__( (object)arg1, (bool)arg2, (float)arg3, (int)arg4, (int)arg5, (int)arg6, (FingerprintType)arg7) -> None :

    C++ signature :
        void __init__(_object*,bool,double,unsigned int,int,unsigned int,RDKit::FingerprintType)

Overrides: object.__init__

__reduce__(...)

 
Overrides: object.__reduce__
(inherited documentation)

Property Details [hide private]

agentWeight

bitRatioAgents

fpSize

fpType

includeAgents

nonAgentWeight