Uses of Class
rocca.RoccaContourDataBlock
-
Uses of RoccaContourDataBlock in rocca
Modifier and TypeMethodDescriptionRoccaContour.generateContour
(FFTDataBlock fftDataBlockIn, long contourStartTime, double startFreq, long contourEndTime, double endFreq, PamRawDataBlock rawDataBlockIn, int channelToUse, RoccaParameters roccaParameters) RoccaProcess.newClickDetectorData
(ClickDetection clickDetection) Takes a ClickDetection created in the Click detector, and copies the data into a RoccaContourDataBlock for further analysis and classification.RoccaProcess.newWMDetectorData
(ConnectedRegionDataUnit wmDataUnit) Takes an AbstractWhistleDataUnit created in the Whistle and Moan detector, and copies the data into a RoccaContourDataBlock for further analysis and classification serialVersionUID = 9 if either firstIndx or lastIndx cannot be determined, return a null to the calling methodRoccaContour.regenerateContour
(RoccaContourDataBlock oldDataBlock, FFTDataBlock fftDataBlockIn, long contourStartTime, double prevPeakFreq, long contourEndTime, double endFreq, PamRawDataBlock rawDataBlockIn, int channelToUse, RoccaParameters roccaParameters) Modifier and TypeMethodDescriptionvoid
RoccaClassifier.classifyContour
(RoccaContourDataBlock rcdb) NO LONGER USED, since the addition of the RoccaRFModel objectvoid
RoccaRFModel.classifyContour
(RoccaClassifier rc, RoccaContourDataBlock rcdb) void
RoccaClassifier.classifyContour2
(RoccaContourDataBlock rcdb) Classifies the passed contourRoccaProcess.getDataBlockFilename
(RoccaContourDataBlock rcdb, String ext, int channel, int thisDetection, String sNum) Generates a filename for the wav clip and the csv file containing the contour points, based on the filename template stored in RoccaParametersRoccaSpecPopUp.getDataBlockFilename
(RoccaContourDataBlock rcdb, String ext) Generates a filename for the wav clip and the csv file containing the contour points, based on the filename template stored in RoccaParametersRoccaContour.regenerateContour
(RoccaContourDataBlock oldDataBlock, FFTDataBlock fftDataBlockIn, long contourStartTime, double prevPeakFreq, long contourEndTime, double endFreq, PamRawDataBlock rawDataBlockIn, int channelToUse, RoccaParameters roccaParameters) boolean
RoccaProcess.saveContourPoints
(RoccaContourDataBlock rcdb, int channel, int thisDetection, String sNum) Saves the contour points in the datablock in a csv file.boolean
RoccaProcess.saveContourStats
(RoccaContourDataBlock rcdb, int channel, int thisDetection, String sNum) Saves all contour stats to the contour stats summary file, as defined in the Rocca Parameters.boolean
RoccaProcess.saveContourStats
(RoccaContourDataBlock rcdb, int channel, int thisDetection, String sNum, String source) Saves all contour stats to the contour stats summary file, as defined in the Rocca Parameters.weka.core.DenseInstance
RoccaClassifier.setAttributes
(RoccaContourDataBlock rcdb) Sets up the available datablock fields to match the classifier modelweka.core.DenseInstance
RoccaClassifier.setAttributes
(RoccaContourDataBlock rcdb, weka.core.Instances trainedDataset) Sets up the available datablock fields to match the classifier modelvoid
RoccaProcess.updateSidePanel
(RoccaContourDataBlock rcdb, boolean isClick)