Class DimReductionDataSet

    • Method Detail

      • getMaxIndex

        public int getMaxIndex​(int dimIndex)
      • getMinIndex

        public int getMinIndex​(int dimIndex)
      • getSourceDataSet

        public DataSet getSourceDataSet()
        Returns:
        source data set
      • handle

        public void handle​(UpdateEvent event)
        Description copied from interface: EventListener
        This method needs to be provided by an implementation of UpdateListener. It is called if an EventSource has been modified/updated.

        In general is is considered bad practice to modify the observed value in this method.

        Specified by:
        handle in interface EventListener
        Parameters:
        event - The UpdateEvent issued by the modified UpdateSource
      • setMaxIndex

        public void setMaxIndex​(int dimIndex,
                                double val)
      • setMinIndex

        public void setMinIndex​(int dimIndex,
                                double val)
      • updateMeanIntegral

        protected void updateMeanIntegral​(boolean isMean)
      • updateMinMax

        protected void updateMinMax​(boolean isMin)
      • updateSlice

        protected void updateSlice()