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 Link icon

    • PREDICITON_COL Link icon

      public static final int PREDICITON_COL
      See Also:
    • CLASS_COL Link icon

      public static final int CLASS_COL
      See Also:
    • colTypeSelection Link icon

      public int colTypeSelection
      The way to colour the predictions.
    • clims Link icon

      public double[] clims
      The colour limits.
    • classIndex Link icon

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

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

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

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

      public boolean showOnlyBinary
      Show only detections which have passed a decision threshold.
  • Constructor Details Link icon

    • DLSymbolModifierParams Link icon

      public DLSymbolModifierParams()
  • Method Details Link icon

    • setDefaultClassColors Link icon

      public void setDefaultClassColors(int num)
      Set the default colours.
      Parameters:
      num - - the number of colours to set.
    • clone Link icon

      protected DLSymbolModifierParams clone()
      Overrides:
      clone in class SymbolModifierParams