Uses of Class
rocca.RoccaContourDataBlock
Packages that use RoccaContourDataBlock
- 
Uses of RoccaContourDataBlock in rocca
Methods in rocca that return RoccaContourDataBlockModifier 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) Methods in rocca with parameters of type RoccaContourDataBlockModifier and TypeMethodDescriptionvoidRoccaClassifier.classifyContour(RoccaContourDataBlock rcdb) NO LONGER USED, since the addition of the RoccaRFModel objectvoidRoccaRFModel.classifyContour(RoccaClassifier rc, RoccaContourDataBlock rcdb) voidRoccaClassifier.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) booleanRoccaProcess.saveContourPoints(RoccaContourDataBlock rcdb, int channel, int thisDetection, String sNum) Saves the contour points in the datablock in a csv file.booleanRoccaProcess.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.booleanRoccaProcess.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.DenseInstanceRoccaClassifier.setAttributes(RoccaContourDataBlock rcdb) Sets up the available datablock fields to match the classifier modelweka.core.DenseInstanceRoccaClassifier.setAttributes(RoccaContourDataBlock rcdb, weka.core.Instances trainedDataset) Sets up the available datablock fields to match the classifier modelvoidRoccaProcess.updateSidePanel(RoccaContourDataBlock rcdb, boolean isClick)