Class TransposedDataSetSample


  • public class TransposedDataSetSample
    extends javafx.application.Application
    Simple Example for the use of the TransposedDataSet Shows how 1D and 2D dataSets can be transposed and how to reduce the dimensionality of data.
    Author:
    akrimm
    • Nested Class Summary

      • Nested classes/interfaces inherited from class javafx.application.Application

        javafx.application.Application.Parameters
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected static int FONT_SIZE  
      protected static java.lang.String FONT_SYMBOL_CHECK  
      protected static java.lang.String FONT_SYMBOL_TRANSPOSE  
      • Fields inherited from class javafx.application.Application

        STYLESHEET_CASPIAN, STYLESHEET_MODENA
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      static void main​(java.lang.String[] args)  
      void start​(javafx.stage.Stage primaryStage)  
      static de.gsi.dataset.DataSet test8Function​(double xMin, double xMax, double yMin, double yMax, double omega, double pert, int nSamples)  
      • Methods inherited from class javafx.application.Application

        getHostServices, getParameters, getUserAgentStylesheet, init, launch, launch, notifyPreloader, setUserAgentStylesheet, stop
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • TransposedDataSetSample

        public TransposedDataSetSample()
    • Method Detail

      • start

        public void start​(javafx.stage.Stage primaryStage)
        Specified by:
        start in class javafx.application.Application
      • main

        public static void main​(java.lang.String[] args)
        Parameters:
        args - the command line arguments
      • test8Function

        public static de.gsi.dataset.DataSet test8Function​(double xMin,
                                                           double xMax,
                                                           double yMin,
                                                           double yMax,
                                                           double omega,
                                                           double pert,
                                                           int nSamples)