Class ZScorePanel

    • Field Detail

      • m_Data

        protected SpreadSheet m_Data
        instances to be displayed
      • m_Index

        protected int m_Index
        Index of the attribute plotted
    • Constructor Detail

      • ZScorePanel

        public ZScorePanel()
    • Method Detail

      • setData

        protected void setData​(SpreadSheet inst)
        Set the instances of the z score panel
        Parameters:
        inst - Instances containing data
      • initGUI

        protected void initGUI()
        Description copied from class: PlotPanel
        Initializes the GUI components.
        Overrides:
        initGUI in class PlotPanel
      • reset

        public void reset()
        Sets up the graph, called when all the fields have been set
      • setIndex

        public void setIndex​(int val)
        Sets the index of the attribute to be plotted
        Parameters:
        val - int index of attribute
      • getLeft

        public AxisPanel getLeft()
        Get the y axis
        Returns:
        y axis of this z score panel
      • getBottom

        public AxisPanel getBottom()
        Get the x axis
        Returns:
        x axis of this z score panel