test Package

test Package

infpy.gp.test.suite()[source]

gp_test Module

class infpy.gp.test.gp_test.GPTest(methodName='runTest')[source]

Bases: unittest.case.TestCase

setUp()[source]
tearDown()[source]
testGradients()[source]
testLearn()[source]
testSampleFrom()[source]

kernel_test Module

class infpy.gp.test.kernel_test.RealKernelTest(methodName='runTest')[source]

Bases: unittest.case.TestCase

Test case for all kernels on real vector spaces

setUp()[source]
testGradients()[source]

Test the gradients of the kernel

testStr()[source]

Test string representation of kernel

infpy.gp.test.kernel_test.data_generator(dimensions)[source]
infpy.gp.test.kernel_test.param_generator(num_params)[source]

Table Of Contents

Previous topic

gp Package

Next topic

dp Package

This Page