Home
last modified time | relevance | path

Searched refs:SetQuantBounds (Results 1 – 6 of 6) sorted by relevance

/dports/science/rdkit/rdkit-Release_2021_03_5/rdkit/ML/DecTree/
H A DUnitTestQuantTree.py124 t1.SetQuantBounds([1.])
126 c1.SetQuantBounds([2.])
129 c2.SetQuantBounds([2.])
132 c11.SetQuantBounds([3.])
135 c12.SetQuantBounds([3.])
140 t2.SetQuantBounds([1.])
142 c1.SetQuantBounds([2.])
145 c2.SetQuantBounds([2.])
148 c11.SetQuantBounds([3.])
151 c12.SetQuantBounds([3.00003])
H A DQuantTree.py65 def SetQuantBounds(self, qBounds): member in QuantTreeNode
H A DBuildQuantTree.py158 tree.SetQuantBounds(bestBounds)
255 tree.SetQuantBounds(qBounds)
/dports/science/rdkit/rdkit-Release_2021_03_5/rdkit/ML/Composite/
H A DUnitTestComposite.py40 composite.SetQuantBounds(qBounds, nPoss)
55 composite.SetQuantBounds(self.qBounds, self.nPoss)
91 compos.SetQuantBounds([(0.5, ), (0.5, ), (0.5, ), []], [2, 2, 2, 2])
186 compos.SetQuantBounds([(0.5, ), (0.5, ), (0.5, ), []], [2, 2, 2, 2])
H A DComposite.py100 def SetQuantBounds(self, qBounds, nPossible=None): member in Composite
/dports/science/rdkit/rdkit-Release_2021_03_5/rdkit/ML/
H A DBuildComposite.py511 composite.SetQuantBounds(details.qBounds)