Class ClassifierErrorsKernelDensityEstimate

    • Field Detail

      • m_NumBins

        protected int m_NumBins
        the number of bins to generate on X and Y.
      • m_Bandwidth

        protected double m_Bandwidth
        the bandwidth.
      • m_ColorPalettePredefined

        protected String m_ColorPalettePredefined
        the color palette.
      • m_ColorStart

        protected Color m_ColorStart
        the start color.
      • m_ColorEnd

        protected Color m_ColorEnd
        the end color.
      • m_ShowColorBar

        protected boolean m_ShowColorBar
        whether to show the colorbar.
      • m_Opacity

        protected double m_Opacity
        the opacity to use.
      • m_CircleSize

        protected int m_CircleSize
        the circle size.
      • m_ShowLegend

        protected boolean m_ShowLegend
        whether to show the legend.
    • Constructor Detail

      • ClassifierErrorsKernelDensityEstimate

        public ClassifierErrorsKernelDensityEstimate()
    • Method Detail

      • setNumBins

        public void setNumBins​(int value)
        Sets the number of bins to generate on X and Y axis.
        Parameters:
        value - the number of bins
      • getNumBins

        public int getNumBins()
        Returns the number of bins to generate on X and Y axis.
        Returns:
        the number of bins
      • numBinsTipText

        public String numBinsTipText()
        Returns the tip text for this property.
        Returns:
        tip text for this property suitable for displaying in the GUI or for listing the options.
      • setBandwidth

        public void setBandwidth​(double value)
        Sets the bandwidth for kernel density estimates.
        Parameters:
        value - the bandwidth
      • getBandwidth

        public double getBandwidth()
        Returns the bandwidth for kernel density estimates.
        Returns:
        the bandwidth
      • bandwidthTipText

        public String bandwidthTipText()
        Returns the tip text for this property.
        Returns:
        tip text for this property suitable for displaying in the GUI or for listing the options.
      • colorPaletteTypeTipText

        public String colorPaletteTypeTipText()
        Returns the tip text for this property.
        Returns:
        tip text for this property suitable for displaying in the GUI or for listing the options.
      • setColorPalettePredefined

        public void setColorPalettePredefined​(String value)
        Sets the color palette to use.
        Parameters:
        value - the palette
      • getColorPalettePredefined

        public String getColorPalettePredefined()
        Returns the color palette to use.
        Returns:
        the palette
      • colorPalettePredefinedTipText

        public String colorPalettePredefinedTipText()
        Returns the tip text for this property.
        Returns:
        tip text for this property suitable for displaying in the GUI or for listing the options.
      • colorStartTipText

        public String colorStartTipText()
        Returns the tip text for this property.
        Returns:
        tip text for this property suitable for displaying in the GUI or for listing the options.
      • colorEndTipText

        public String colorEndTipText()
        Returns the tip text for this property.
        Returns:
        tip text for this property suitable for displaying in the GUI or for listing the options.
      • setShowColorBar

        public void setShowColorBar​(boolean value)
        Sets whether to show the colorbar.
        Parameters:
        value - true if to show
      • getShowColorBar

        public boolean getShowColorBar()
        Returns whether to show the colorbar.
        Returns:
        true if to show
      • showColorBarTipText

        public String showColorBarTipText()
        Returns the tip text for this property.
        Returns:
        tip text for this property suitable for displaying in the GUI or for listing the options.
      • setOpacity

        public void setOpacity​(double value)
        Sets the opacity to use.
        Parameters:
        value - the opacity
      • getOpacity

        public double getOpacity()
        Returns the opacity to use.
        Returns:
        the opacity
      • opacityTipText

        public String opacityTipText()
        Returns the tip text for this property.
        Returns:
        tip text for this property suitable for displaying in the GUI or for listing the options.
      • setCircleSize

        public void setCircleSize​(int value)
        Sets the size of the circles.
        Parameters:
        value - the size
      • getCircleSize

        public int getCircleSize()
        Returns the size of the circles.
        Returns:
        the size
      • circleSizeTipText

        public String circleSizeTipText()
        Returns the tip text for this property.
        Returns:
        tip text for this property suitable for displaying in the GUI or for listing the options.
      • setShowLegend

        public void setShowLegend​(boolean value)
        Sets whether to show the legend.
        Parameters:
        value - true if to show
      • getShowLegend

        public boolean getShowLegend()
        Returns whether to show the legend.
        Returns:
        true if to show
      • showLegendTipText

        public String showLegendTipText()
        Returns the tip text for this property.
        Returns:
        tip text for this property suitable for displaying in the GUI or for listing the options.