Package CHEM :: Package Kernel :: Package test :: Module TestContactHistogramKernel :: Class TestContactHistogramKernel
[hide private]
[frames] | no frames]

Class TestContactHistogramKernel



                 object --+        
                          |        
          unittest.TestCase --+    
                              |    
Common.test.Util.ChemDBTestCase --+
                                  |
                                 TestContactHistogramKernel

Nested Classes [hide private]

Inherited from unittest.TestCase: failureException

Instance Methods [hide private]
 
setUp(self)
Prepare state for test cases
 
tearDown(self)
Restore state from any setUp or test steps
 
test_outputMatrix_dotProduct(self)
 
test_outputMatrix_dotProduct_normalized(self)
 
test_outputMatrix_euclidean(self)
 
test_outputMatrix_auto_scale_euclidean(self)
 
test_outputMatrix_euclideanSquare(self)
 
test_outputMatrix_euclideanSquare_atomPairWeights(self)
 
test_outputMatrix_commandline_dotProduct(self)
 
test_outputMatrix_commandline_dotProduct_normalized(self)
 
test_outputMatrix_commandline_euclidean(self)
 
test_outputMatrix_commandline_auto_scale_euclidean(self)
 
test_outputMatrix_commandline_euclideanSquare(self)
 
test_outputMatrix_commandline_euclideanSquare_atomWeights(self)
 
print_featureDicts(self)

Inherited from Common.test.Util.ChemDBTestCase: assertEqualFile, assertEqualGeneral, assertEqualList, assertEqualTable

Inherited from unittest.TestCase: __call__, __init__, __repr__, __str__, assertAlmostEqual, assertAlmostEquals, assertEqual, assertEquals, assertFalse, assertNotAlmostEqual, assertNotAlmostEquals, assertNotEqual, assertNotEquals, assertRaises, assertTrue, assert_, countTestCases, debug, defaultTestResult, fail, failIf, failIfAlmostEqual, failIfEqual, failUnless, failUnlessAlmostEqual, failUnlessEqual, failUnlessRaises, id, run, shortDescription

Inherited from unittest.TestCase (private): _exc_info

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __setattr__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

setUp(self)

 
Prepare state for test cases
Overrides: Common.test.Util.ChemDBTestCase.setUp

tearDown(self)

 
Restore state from any setUp or test steps
Overrides: Common.test.Util.ChemDBTestCase.tearDown