Class DLDetectionPlotInfoFX
java.lang.Object
dataPlotsFX.data.TDDataInfoFX
dataPlotsFX.data.generic.GenericDataPlotInfo
dataPlotsFX.rawClipDataPlot.RawClipDataInfo
rawDeepLearningClassifier.dataPlotFX.DLDetectionPlotInfoFX
Allows the deep learning results to be plotted on the TD display.
- Author:
- Jamie Macaulay
-
Nested Class Summary
Nested classes/interfaces inherited from class dataPlotsFX.data.TDDataInfoFX
TDDataInfoFX.DataLoadObserver
-
Field Summary
Fields inherited from class dataPlotsFX.data.generic.GenericDataPlotInfo
DEFAULT_FILL_OPACITY
Fields inherited from class dataPlotsFX.data.TDDataInfoFX
dataPlugIns, scaleInfoIndex
-
Constructor Summary
ConstructorDescriptionDLDetectionPlotInfoFX
(TDDataProviderFX tdDataProvider, DLControl dlControlm, TDGraphFX tdGraph, PamDataBlock pamDataBlock) -
Method Summary
Modifier and TypeMethodDescriptiondouble[][]
getSpectrogram
(PamDataUnit pamDataUnit, int iChan) Get the spectrogram for a raw clip.Methods inherited from class dataPlotsFX.rawClipDataPlot.RawClipDataInfo
drawDataUnit, getClipSettingsPane, getFFTplotManager, getGraphSettingsPane, getRawClipParams, getRawScaleInfo, getRawWavePlotManager, getScaleInfo, getScaleInfos, getStoredSettings, getSymbolChooser, lastUnitDrawn, notifyChange, setStoredSettings, settingsUpdate
Methods inherited from class dataPlotsFX.data.generic.GenericDataPlotInfo
createSymbolChooser, drawFrequencyData, getAmplitudeScaleInfo, getAmplitudeValue, getBearingScaleInfo, getBearingValue, getDataValue, getFrequencyScaleInfo, getSlantScaleInfo, getSlantValue, setCurrentAxisName
Methods inherited from class dataPlotsFX.data.TDDataInfoFX
addScaleInfo, clearDraw, drawAllDataUnits, drawData, drawHighLightData, editOptions, getCurrentScaleInfo, getDataBlock, getDataDimensions, getDataName, getDataObserver, getDataProvider, getDDataProvider, getDisplayColType, getLastDrawPoints, getMasterClockOverride, getMenuNodes, getPreviousDataUnit, getRequiredDataHistory, getScaleInfo, getScaleInfoIndex, getShortName, getSourceDataBlock, getTDGraph, getToolTipText, hasAxisName, hasOptions, isPaused, isScrollChanging, isShowing, isViewer, removeData, removeScaleInfo, selectScaleInfo, setNPlotPanes, setShowing, shouldDraw, shouldDraw, timeRangeSpinnerChange, timeScrollRangeChanged, timeScrollValueChanged
-
Constructor Details
-
DLDetectionPlotInfoFX
public DLDetectionPlotInfoFX(TDDataProviderFX tdDataProvider, DLControl dlControlm, TDGraphFX tdGraph, PamDataBlock pamDataBlock)
-
-
Method Details
-
getSpectrogram
Description copied from class:RawClipDataInfo
Get the spectrogram for a raw clip.- Overrides:
getSpectrogram
in classRawClipDataInfo
- Parameters:
pamDataUnit
- - the pam data unit. Should implement RawDataHolder.iChan
- - the channel click- Returns:
- the double
-