Class DLPredictionFilter
java.lang.Object
rawDeepLearningClassifier.dataSelector.DLPredictionFilter
- All Implemented Interfaces:
 DLDataFilter
A data filter which filters data by the maximum prediction value
 for different classes.
- Author:
 - Jamie Macaulay
 
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionGet parameters for the data filter.Settings controls for the deep learning filter.Swing settings controls for the data deep learning filter.intscoreDLData(PamDataUnit dataUnit) Score a data unit with deep learning annotationsvoidsetParams(DataSelectParams params) Set the parameters for the data filter. 
- 
Constructor Details
- 
DLPredictionFilter
 
 - 
 - 
Method Details
- 
scoreDLData
Description copied from interface:DLDataFilterScore a data unit with deep learning annotations- Specified by:
 scoreDLDatain interfaceDLDataFilter- Parameters:
 dataUnit- - the data unit to score- Returns:
 - 0 to reject and >0 to accept.
 
 - 
getParams
Description copied from interface:DLDataFilterGet parameters for the data filter.- Specified by:
 getParamsin interfaceDLDataFilter- Returns:
 - parameters for the data selectors.
 
 - 
setParams
Description copied from interface:DLDataFilterSet the parameters for the data filter.- Specified by:
 setParamsin interfaceDLDataFilter- Parameters:
 params- - the parameters to set.
 - 
getSettingsPane
Description copied from interface:DLDataFilterSettings controls for the deep learning filter.- Specified by:
 getSettingsPanein interfaceDLDataFilter- Returns:
 - the controls for this filter.
 
 - 
getSettingsPanel
Description copied from interface:DLDataFilterSwing settings controls for the data deep learning filter.- Specified by:
 getSettingsPanelin interfaceDLDataFilter- Returns:
 - Swing dialog for the settings
 
 - 
getDLControl
 
 -