Added unit tests for all preprocessors, extractors, algorithms, excluding qualitymeasure related stuff
Compare changes
Files
9@@ -210,9 +210,9 @@ class VideoSvmPadAlgorithm(Algorithm):
@@ -210,9 +210,9 @@ class VideoSvmPadAlgorithm(Algorithm):
@@ -240,7 +240,7 @@ class VideoSvmPadAlgorithm(Algorithm):
@@ -240,7 +240,7 @@ class VideoSvmPadAlgorithm(Algorithm):
@@ -446,7 +446,8 @@ class VideoSvmPadAlgorithm(Algorithm):
@@ -446,7 +446,8 @@ class VideoSvmPadAlgorithm(Algorithm):
trainer_grid_search_params = { 'cost': [2**p for p in range(-5, 16, 2)], 'gamma': [2**p for p in range(-15, 4, 2)]},
@@ -487,6 +488,10 @@ class VideoSvmPadAlgorithm(Algorithm):
@@ -487,6 +488,10 @@ class VideoSvmPadAlgorithm(Algorithm):
@@ -544,16 +549,18 @@ class VideoSvmPadAlgorithm(Algorithm):
@@ -544,16 +549,18 @@ class VideoSvmPadAlgorithm(Algorithm):