rdkit.ML.Neural.UnitTestOther module

unit tests for the Neural network trainer implementation

this basically works out all of the network code

class rdkit.ML.Neural.UnitTestOther.TestCaseActFuncs(methodName='runTest')

Bases: unittest.case.TestCase

test_Sigmoid()
test_TanH()
class rdkit.ML.Neural.UnitTestOther.TestCaseNetNode(methodName='runTest')

Bases: unittest.case.TestCase

test_NetNode()
class rdkit.ML.Neural.UnitTestOther.TestCaseNetwork(methodName='runTest')

Bases: unittest.case.TestCase

test_Network()