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
FieldsFields inherited from class dataPlotsFX.data.generic.GenericDataPlotInfo
DEFAULT_FILL_OPACITY, frequencyInfoFields inherited from class dataPlotsFX.data.TDDataInfoFX
dataPlugIns, isOrderring, isViewer, scaleInfoIndex - 
Constructor Summary
ConstructorsConstructorDescriptionDLDetectionPlotInfoFX(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.protected static javafx.scene.NodeMethods inherited from class dataPlotsFX.rawClipDataPlot.RawClipDataInfo
drawDataUnit, getClipSettingsPane, getFFTplotManager, getGraphSettingsPane, getRawClipParams, getRawScaleInfo, getRawWavePlotManager, getScaleInfo, getScaleInfos, getStoredSettings, getSymbolChooser, lastUnitDrawn, notifyChange, setDefaultOpacity, setStoredSettings, settingsUpdateMethods inherited from class dataPlotsFX.data.generic.GenericDataPlotInfo
createSymbolChooser, drawBoxData, drawFrequencyData, getAmplitudeScaleInfo, getAmplitudeValue, getBearingScaleInfo, getBearingValue, getDataValue, getFrequencyScaleInfo, getSlantScaleInfo, getSlantValue, setCurrentAxisName, updateAvailabilityMethods 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, getTdDataProvider, getTDGraph, getToolTipText, hasAxisName, hasOptions, isPaused, isScrollChanging, isShowing, isViewer, removeData, removeScaleInfo, selectScaleInfo, setNPlotPanes, setShowing, shouldDraw, shouldDraw, timeRangeSpinnerChange, timeScrollRangeChanged, timeScrollValueChanged 
- 
Field Details
- 
iconResourcePath
 
 - 
 - 
Constructor Details
- 
DLDetectionPlotInfoFX
public DLDetectionPlotInfoFX(TDDataProviderFX tdDataProvider, DLControl dlControlm, TDGraphFX tdGraph, PamDataBlock pamDataBlock)  
 - 
 - 
Method Details
- 
getSpectrogram
Description copied from class:RawClipDataInfoGet the spectrogram for a raw clip.- Overrides:
 getSpectrogramin classRawClipDataInfo- Parameters:
 pamDataUnit- - the pam data unit. Should implement RawDataHolder.iChan- - the channel click- Returns:
 - the double
 
 - 
makeIcon
 
 -