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
Modifier and TypeFieldDescriptionstatic final int
int[]
The current colours for eachint
The class index to show probability for.int
The currently selected class for colour picker- just so the user sees the same selection.double[]
The colour limits.The colour array to show.int
The way to colour the predictions.static final int
boolean
Show only detections which have passed a decision threshold.Fields inherited from class PamView.symbol.modifier.SymbolModifierParams
modBitMap
-
Constructor Summary
-
Method Summary
-
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.
-