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:
FeatureVectorTestCase¶
-
class
pySPACE.tests.unittests.data_types.test_feature_vector.FeatureVectorTestCase(methodName='runTest')[source]¶ Bases:
unittest.case.TestCaseTest 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()