rdkit.ML.DecTree.UnitTestID3 module

unit tests for the ID3 implementation

class rdkit.ML.DecTree.UnitTestID3.ID3TestCase(methodName='runTest')

Bases: unittest.case.TestCase

setUp()
testBasicTree()
testClassify()
testMultiTree()
testPyBasicTree()
testPyClassify()
testPyMultiTree()