Uses of Class
rawDeepLearningClassifier.segmenter.SegmenterDetectionGroup
Packages that use SegmenterDetectionGroup
Package
Description
-
Uses of SegmenterDetectionGroup in rawDeepLearningClassifier.dlClassification
Subclasses of SegmenterDetectionGroup in rawDeepLearningClassifier.dlClassification -
Uses of SegmenterDetectionGroup in rawDeepLearningClassifier.dlClassification.delphinID
Methods in rawDeepLearningClassifier.dlClassification.delphinID that return types with arguments of type SegmenterDetectionGroupModifier and TypeMethodDescriptionstatic ArrayList
<SegmenterDetectionGroup> DelphinIDUtils.segmentDetectionData
(ArrayList<? extends PamDataUnit> whistles, long dataStartMillis, double segLen, double segHop) Segment the detections into groups.static ArrayList
<SegmenterDetectionGroup> DelphinIDUtils.segmentDetectionData
(ArrayList<? extends PamDataUnit> detections, long dataStartMillis, double segLen, double segHop, Float sampleRate) Segment the detections into groups.Methods in rawDeepLearningClassifier.dlClassification.delphinID with parameters of type SegmenterDetectionGroupModifier and TypeMethodDescriptionstatic double
DelphinIDUtils.getDensity
(SegmenterDetectionGroup group) Calculate the density of whistles for a segmenter group in the absence of a known fft length and hop.void
DelphinIDTransform.setGroupDetectionData
(SegmenterDetectionGroup whistleGroups, org.jamdev.jdl4pam.transforms.DLTransform dlTransform) Set the whsitle data.static ArrayList
<double[][]> Whistles2Image.whistContours2Points
(SegmenterDetectionGroup whistleGroup) Convert a list of whistle contours to a list of time and frequency points.static ArrayList
<double[][]> Whistles2Image.whistContours2Points
(SegmenterDetectionGroup whistleGroup, double minFragSize) Convert a list of whistle contours to a list of time and frequency points.org.jamdev.jpamutils.spectrum.Spectrum
Whsitle2Spectrum.whistle2Spectrum
(SegmenterDetectionGroup whistleGroups, double[] freqLimits, double minFragSize) Convert whistles to a spectrum.Constructors in rawDeepLearningClassifier.dlClassification.delphinID with parameters of type SegmenterDetectionGroupModifierConstructorDescriptionClicks2Spectrum
(SegmenterDetectionGroup clickGroup, int fftLen, boolean spectradB, boolean hann) Clicks2Spectrum
(SegmenterDetectionGroup clickGroup, Clicks2Spectrum.Clks2SpectrumParams transformParams) Whistles2Image
(SegmenterDetectionGroup whistleGroup, Whistles2Image.Whistle2ImageParams params) Create an image transform from a whistleGroup.Whsitle2Spectrum
(SegmenterDetectionGroup whistleGroups, double[] freqLimits, double minFragSize) Whsitle2Spectrum
(SegmenterDetectionGroup whistleGroups, Whsitle2Spectrum.Whistle2spectrumParams transformParams)