SlipGURU Dipartimento di Informatica e Scienze dell'Informazione Università Degli Studi di Genova

stat Package

L1L2 Module

Created on Mar 25, 2013

@author: grzegorz

class kdvs.tests.t.fw.impl.stat.L1L2.MockL1L2_OLS(**kwargs)

Bases: kdvs.fw.impl.stat.L1L2.L1L2_OLS

Parameters :

kwargs : dict

keyworded parameters to configure this technique; the following parameters are currently used: ‘error_func’, ‘return_predictions’

Raises :

Error :

if l1l2py library is not present, or a wrong version of l1l2py is present

version = 'XXXXX'
class kdvs.tests.t.fw.impl.stat.L1L2.TestL1L2_OLS1(methodName='runTest')

Bases: unittest.case.TestCase

Create an instance of the class that will use the named test method when executed. Raises a ValueError if the instance does not have a method with the specified name.

setUp()
test_init0()
test_init1()
test_init2()
test_init3()
class kdvs.tests.t.fw.impl.stat.L1L2.TestL1L2_OLS2(methodName='runTest')

Bases: unittest.case.TestCase

Create an instance of the class that will use the named test method when executed. Raises a ValueError if the instance does not have a method with the specified name.

setUp()
test_createJob1()
test_produceResults1()
test_produceResults2()
class kdvs.tests.t.fw.impl.stat.L1L2.TestL1L2_L1L2_1(methodName='runTest')

Bases: unittest.case.TestCase

Create an instance of the class that will use the named test method when executed. Raises a ValueError if the instance does not have a method with the specified name.

setUp()
test_createJob1()
test_produceResults1()
class kdvs.tests.t.fw.impl.stat.L1L2.TestL1L2_RLS_1(methodName='runTest')

Bases: unittest.case.TestCase

Create an instance of the class that will use the named test method when executed. Raises a ValueError if the instance does not have a method with the specified name.

setUp()
test_createJob1()
test_produceResults1()

PKCSelector Module

Created on Jun 6, 2013

@author: grzegorz

class kdvs.tests.t.fw.impl.stat.PKCSelector.TestOuterSelector_ClassificationErrorThreshold1(methodName='runTest')

Bases: unittest.case.TestCase

Create an instance of the class that will use the named test method when executed. Raises a ValueError if the instance does not have a method with the specified name.

setUp()
test_init1()
test_perform1()
test_perform2()
class kdvs.tests.t.fw.impl.stat.PKCSelector.TestInnerSelector_ClassificationErrorThreshold_AllVars1(methodName='runTest')

Bases: unittest.case.TestCase

Create an instance of the class that will use the named test method when executed. Raises a ValueError if the instance does not have a method with the specified name.

setUp()
test_init1()
test_perform1()
test_perform2()
class kdvs.tests.t.fw.impl.stat.PKCSelector.TestInnerSelector_ClassificationErrorThreshold_L1L2_VarsFreq1(methodName='runTest')

Bases: unittest.case.TestCase

Create an instance of the class that will use the named test method when executed. Raises a ValueError if the instance does not have a method with the specified name.

setUp()
test_init1()
test_perform1()
test_perform2()
test_perform3()
test_perform4()
test_perform5()

Plot Module

Created on Jun 6, 2013

@author: grzegorz

class kdvs.tests.t.fw.impl.stat.Plot.TestMatplotlibPlot1(methodName='runTest')

Bases: unittest.case.TestCase

Create an instance of the class that will use the named test method when executed. Raises a ValueError if the instance does not have a method with the specified name.

setUp()
test_init1()
test_configure1()
test_configure2()
test_plot1()
test_plot2()

Table Of Contents