Class DLSymbolModifierParams
java.lang.Object
PamView.symbol.modifier.SymbolModifierParams
rawDeepLearningClassifier.dataPlotFX.DLSymbolModifierParams
- All Implemented Interfaces:
Serializable,Cloneable
Parameters for colouring symbols by deep learning probability.
- Author:
- Jamie Macaulay
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intint[]The current colours for eachintThe class index to show probability for.intThe currently selected class for colour picker- just so the user sees the same selection.double[]The colour limits.The colour array to show.intThe way to colour the predictions.static final intbooleanShow only detections which have passed a decision threshold.Fields inherited from class PamView.symbol.modifier.SymbolModifierParams
modBitMap -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected DLSymbolModifierParamsclone()voidsetDefaultClassColors(int num) Set the default colours.
-
Field Details
-
PREDICITON_COL
public static final int PREDICITON_COL- See Also:
-
CLASS_COL
public static final int CLASS_COL- See Also:
-
colTypeSelection
public int colTypeSelectionThe way to colour the predictions. -
clims
public double[] climsThe colour limits. -
classIndex
public int classIndexThe class index to show probability for. -
classColors
public int[] classColorsThe current colours for each -
classIndex2
public int classIndex2The currently selected class for colour picker- just so the user sees the same selection. -
colArray
The colour array to show. -
showOnlyBinary
public boolean showOnlyBinaryShow only detections which have passed a decision threshold.
-
-
Constructor Details
-
DLSymbolModifierParams
public DLSymbolModifierParams()
-
-
Method Details
-
setDefaultClassColors
public void setDefaultClassColors(int num) Set the default colours.- Parameters:
num- - the number of colours to set.
-
clone
- Overrides:
clonein classSymbolModifierParams
-