test_feature_vector

Module: tests.unittests.data_types.test_feature_vector

Unit tests for FeatureVector data type

Author:Titiruck Nuntapramote (titiruck.nuntapramote@dfki.de)
Created:2011/04/23

Inheritance diagram for pySPACE.tests.unittests.data_types.test_feature_vector:

Inheritance diagram of pySPACE.tests.unittests.data_types.test_feature_vector

FeatureVectorTestCase

class pySPACE.tests.unittests.data_types.test_feature_vector.FeatureVectorTestCase(methodName='runTest')[source]

Bases: unittest.case.TestCase

Test for FeatureVector data type

Class Components Summary

setUp() Define some feature vectors
test_equal_vectors()
test_get_feature_names()
test_replace_data()
test_set_feature_names()
setUp()[source]

Define some feature vectors

test_get_feature_names()[source]
test_set_feature_names()[source]
test_replace_data()[source]
test_equal_vectors()[source]