Uses of Class
rawDeepLearningClassifier.dlClassification.delphinID.DelphinIDUtils.ClickDetectionMAT
Packages that use DelphinIDUtils.ClickDetectionMAT
-
Uses of DelphinIDUtils.ClickDetectionMAT in rawDeepLearningClassifier.dlClassification.delphinID
Methods in rawDeepLearningClassifier.dlClassification.delphinID that return types with arguments of type DelphinIDUtils.ClickDetectionMATModifier and TypeMethodDescriptionDelphinIDUtils.getClicksMAT
(us.hebi.matlab.mat.types.Struct clicksStruct, double sampleRate) Load clicks from a MATLAB struct.Method parameters in rawDeepLearningClassifier.dlClassification.delphinID with type arguments of type DelphinIDUtils.ClickDetectionMATModifier 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.