Class FourInOne

    • Field Detail

      • m_Data

        protected SpreadSheet m_Data
        Instances containing the data
      • m_Centre

        protected JPanel m_Centre
        Panel for displaying the four plots
      • m_Index

        protected int m_Index
        Index for the position of the residuals attribute
      • m_NormOptions

        protected NormalPlotOptions m_NormOptions
        Options for the normal probability plot
      • m_HistogramOptions

        protected HistogramOptions m_HistogramOptions
        Options for the histogram plot
      • m_VsFitOptions

        protected VersusFitOptions m_VsFitOptions
        options for the vs fit plot
      • m_VsOrderOptions

        protected VersusOrderOptions m_VsOrderOptions
        options for the vs order plot
      • m_Act

        protected Index m_Act
        Index for setting the position of the actual attribute
      • m_Pred

        protected Index m_Pred
        index for setting the position of the predicted attribute
      • m_ActInd

        protected int m_ActInd
        Position of the actual attribute
      • m_PredInd

        protected int m_PredInd
        Position of the predicted attribute
    • Constructor Detail

      • FourInOne

        public FourInOne()
    • Method Detail

      • setData

        public void setData​(SpreadSheet val)
        Set the instances used in the four-in-plot
        Parameters:
        val - Instances for the plot
      • initGUI

        protected void initGUI()
        Description copied from class: BasePanel
        For initializing the GUI.
        Overrides:
        initGUI in class BasePanel
      • reset

        public void reset()
        Called by the class that creates this four-in-one class once the fields have been set
      • setOptions

        public void setOptions​(HistogramOptions hist,
                               VersusFitOptions vsFit,
                               VersusOrderOptions vsOrder,
                               NormalPlotOptions norm)
        Set the options for each of the plots within the four-in-one
        Parameters:
        hist - Options for the histogram
        vsFit - Options for the vs fit
        vsOrder - options for the vs order
        norm - options for the normal
      • setAct

        public void setAct​(Index val)
        Set the index for the position of the actual attribute
        Parameters:
        val - Index for position
      • setPred

        public void setPred​(Index val)
        Set the index for the position of the predicted attribute
        Parameters:
        val -