Package test.rawDeepLearningClassifier
Class ClickDLTest
java.lang.Object
test.rawDeepLearningClassifier.ClickDLTest
Model from Thomas webber which is a good way to test the click based stuff is working in PAMGUard.
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
Test just one clickvoid
Test just one click using the zipped classifiervoid
importClicks
(String filePath, float sR) Import a bunch of clicks from a .mat file
-
Constructor Details
-
ClickDLTest
public ClickDLTest()
-
-
Method Details
-
aclickDLTestZip
@Test public void aclickDLTestZip()Test just one click using the zipped classifier -
aclickDLTest
@Test public void aclickDLTest()Test just one click -
clicksDLTest
@Test public void clicksDLTest() -
importClicks
Import a bunch of clicks from a .mat file
-