test_fda

Module: tests.unittests.nodes.spatial_filtering.test_fda

This module contains unittests that test splitter nodes

Author:Jan Hendrik Metzen (jhm@informatik.uni-bremen.de)
Created:2008/12/18

Inheritance diagram for pySPACE.tests.unittests.nodes.spatial_filtering.test_fda:

Inheritance diagram of pySPACE.tests.unittests.nodes.spatial_filtering.test_fda

FDAFilterTestCase

class pySPACE.tests.unittests.nodes.spatial_filtering.test_fda.FDAFilterTestCase(methodName='runTest')[source]

Bases: unittest.case.TestCase

Test for FDAFilterNode

Class Components Summary

plot(original_data, transformed_data)
setUp()
test_fda() Tests that FDA produces the expected transformation matrix on the data
setUp()[source]
test_fda()[source]

Tests that FDA produces the expected transformation matrix on the data

plot(original_data, transformed_data)[source]