Class ScatterPlotFactory

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  ScatterPlotFactory.Par
      Parameterization class.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int MAX_DIMENSIONS_DEFAULT
      Maximum number of dimensions to visualize.
      private int maxdim
      Stores the maximum number of dimensions to show.
    • Constructor Summary

      Constructors 
      Constructor Description
      ScatterPlotFactory​(int maxdim)
      Constructor.
    • Field Detail

      • MAX_DIMENSIONS_DEFAULT

        public static final int MAX_DIMENSIONS_DEFAULT
        Maximum number of dimensions to visualize.

        FIXME: add scrolling function for higher dimensionality!

        See Also:
        Constant Field Values
      • maxdim

        private int maxdim
        Stores the maximum number of dimensions to show.
    • Constructor Detail

      • ScatterPlotFactory

        public ScatterPlotFactory​(int maxdim)
        Constructor.
        Parameters:
        maxdim - Maximum number of dimensions to show.