rdkit.ML.Neural.UnitTestTrainer module

unit tests for the Neural network trainer implementation

this basically works out all of the network code

class rdkit.ML.Neural.UnitTestTrainer.TrainerTestCase(methodName='runTest')

Bases: unittest.case.TestCase

setUp()
testBackpropAnd()
testBackpropLin()
testBackpropOr()
test_CrossValidate()
test_multipleHiddenLayers()