Uses of Class
rawDeepLearningClassifier.dlClassification.delphinID.DelphinIDUtils.DetectionGroupMAT
Packages that use DelphinIDUtils.DetectionGroupMAT
-
Uses of DelphinIDUtils.DetectionGroupMAT in rawDeepLearningClassifier.dlClassification.delphinID
Methods in rawDeepLearningClassifier.dlClassification.delphinID that return DelphinIDUtils.DetectionGroupMATModifier and TypeMethodDescriptionDelphinIDUtils.getClicksMAT
(String filePath) Load whistle contours from a MAT file.DelphinIDUtils.getWhistleContoursMAT
(String filePath) Load whistle contours from a MAT file.Methods in rawDeepLearningClassifier.dlClassification.delphinID with parameters of type DelphinIDUtils.DetectionGroupMATModifier and TypeMethodDescriptionstatic void
DelphinIDClickTest.exportDelphinIDClickTransforms
(String matFileout, DelphinIDUtils.DetectionGroupMAT<DelphinIDUtils.ClickDetectionMAT> clicks, int second) static float[][]
DelphinIDClickTest.testDelphinIDClickModel
(String modelPath, DelphinIDUtils.DetectionGroupMAT<DelphinIDUtils.ClickDetectionMAT> clicks, String matClickSave) ---------------------1D Click Spectrum Tests---------------------static float[][]
DelphinIDClickTest.testDelphinIDClickModel
(String modelPath, DelphinIDUtils.DetectionGroupMAT<DelphinIDUtils.ClickDetectionMAT> clicks, String matClickSave, boolean verbose) static float[][]
DelphinIDClickTest.testDelphinIDClickSegment
(String matFileout, DelphinIDUtils.DetectionGroupMAT<DelphinIDUtils.ClickDetectionMAT> clicks) This test runs delphinID on one 4 second window from clicks saved in a mat file.