Class DLSymbolModifierParams

java.lang.Object
PamView.symbol.modifier.SymbolModifierParams
rawDeepLearningClassifier.dataPlotFX.DLSymbolModifierParams
All Implemented Interfaces:
Serializable, Cloneable

public class DLSymbolModifierParams extends SymbolModifierParams
Parameters for colouring symbols by deep learning probability.
Author:
Jamie Macaulay
See Also:
  • 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 colTypeSelection
      The way to colour the predictions.
    • clims

      public double[] clims
      The colour limits.
    • classIndex

      public int classIndex
      The class index to show probability for.
    • classColors

      public int[] classColors
      The current colours for each
    • classIndex2

      public int classIndex2
      The currently selected class for colour picker- just so the user sees the same selection.
    • colArray

      public ColourArray.ColourArrayType colArray
      The colour array to show.
    • showOnlyBinary

      public boolean showOnlyBinary
      Show 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.