Package rawDeepLearningClassifier.tethys
Class DLTethysDataProvider
java.lang.Object
tethys.pamdata.AutoTethysProvider
rawDeepLearningClassifier.tethys.DLTethysDataProvider
- All Implemented Interfaces:
 TethysDataProvider
- 
Constructor Summary
ConstructorsConstructorDescriptionDLTethysDataProvider(TethysControl tethysControl, DLControl dlControl, PamDataBlock pamDataBlock)  - 
Method Summary
Modifier and TypeMethodDescriptionnilus.DetectioncreateDetection(PamDataUnit dataUnit, TethysExportParams tethysExportParams, StreamExportParams streamExportParams) Create a Tethys Detection object from a PamDataUnit.
It's OK for this to return null if for some reason the unit shouldn't be stored.nilus.AlgorithmType.ParametersGet the algorithm parameters.Methods inherited from class tethys.pamdata.AutoTethysProvider
addUserDefined, canExportLocalisations, getAlgorithm, getAllowedGranularities, getDescription, getDetectionsMethod, getDetectionsName, getEffortKinds, getLocalisationAlgorithm, getLocalisationInfo, getLocalisationParameters, getPamDataBlock, getTethysControl, granularityOK, hasDetections, isAddFrequencyInfo, packAnnotation, roundDecimalPlaces, roundSignificantFigures, setAddFrequencyInfo, wantExportDialogCard 
- 
Constructor Details
- 
DLTethysDataProvider
public DLTethysDataProvider(TethysControl tethysControl, DLControl dlControl, PamDataBlock pamDataBlock)  
 - 
 - 
Method Details
- 
createDetection
public nilus.Detection createDetection(PamDataUnit dataUnit, TethysExportParams tethysExportParams, StreamExportParams streamExportParams) Description copied from interface:TethysDataProviderCreate a Tethys Detection object from a PamDataUnit.
It's OK for this to return null if for some reason the unit shouldn't be stored.- Specified by:
 createDetectionin interfaceTethysDataProvider- Overrides:
 createDetectionin classAutoTethysProvider- Parameters:
 dataUnit- PAMGuard data unittethysExportParams-streamExportParams-- Returns:
 - Detection Tethys Detection object.
 
 - 
getAlgorithmParameters
public nilus.AlgorithmType.Parameters getAlgorithmParameters()Description copied from interface:TethysDataProviderGet the algorithm parameters.- Specified by:
 getAlgorithmParametersin interfaceTethysDataProvider- Overrides:
 getAlgorithmParametersin classAutoTethysProvider- Returns:
 
 
 -