Package test.rawDeepLearningClassifier
Class KooguDLClassifierTest
java.lang.Object
test.rawDeepLearningClassifier.KooguDLClassifierTest
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Test the koogu classifier and tests are working properly.static void
runKooguClassifier
(String relModelPath, String relWavPath, String relMatPath)
-
Constructor Details
-
KooguDLClassifierTest
public KooguDLClassifierTest()
-
-
Method Details
-
kooguClassifierTest
@Test public void kooguClassifierTest()Test the koogu classifier and tests are working properly. This tests loading the koogu model and also using functions in KooguWorker. -
runKooguClassifier
-