Class DelphinIDClickTest
java.lang.Object
rawDeepLearningClassifier.dlClassification.delphinID.DelphinIDClickTest
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionstatic voidexportDelphinIDClickTransforms(String matFileout, DelphinIDUtils.DetectionGroupMAT<DelphinIDUtils.ClickDetectionMAT> clicks, int second) static voidstatic float[][]testDelphinIDClickModel(String modelPath, DelphinIDUtils.DetectionGroupMAT<DelphinIDUtils.ClickDetectionMAT> clicks, String matClickSave) ---------------------1D Click Spectrum Tests---------------------static float[][]testDelphinIDClickModel(String modelPath, DelphinIDUtils.DetectionGroupMAT<DelphinIDUtils.ClickDetectionMAT> clicks, String matClickSave, boolean verbose) static float[][]testDelphinIDClickSegment(String matFileout, DelphinIDUtils.DetectionGroupMAT<DelphinIDUtils.ClickDetectionMAT> clicks) This test runs delphinID on one 4 second window from clicks saved in a mat file. 
- 
Constructor Details
- 
DelphinIDClickTest
public DelphinIDClickTest() 
 - 
 - 
Method Details
- 
main
 - 
testDelphinIDClickModel
public static float[][] testDelphinIDClickModel(String modelPath, DelphinIDUtils.DetectionGroupMAT<DelphinIDUtils.ClickDetectionMAT> clicks, String matClickSave) ---------------------1D Click Spectrum Tests--------------------- - 
testDelphinIDClickModel
public static float[][] testDelphinIDClickModel(String modelPath, DelphinIDUtils.DetectionGroupMAT<DelphinIDUtils.ClickDetectionMAT> clicks, String matClickSave, boolean verbose)  - 
exportDelphinIDClickTransforms
public static void exportDelphinIDClickTransforms(String matFileout, DelphinIDUtils.DetectionGroupMAT<DelphinIDUtils.ClickDetectionMAT> clicks, int second)  - 
testDelphinIDClickSegment
public static float[][] testDelphinIDClickSegment(String matFileout, DelphinIDUtils.DetectionGroupMAT<DelphinIDUtils.ClickDetectionMAT> clicks) This test runs delphinID on one 4 second window from clicks saved in a mat file.- Returns:
 - true if the test is passed.
 
 
 -