Package de.gsi.chart.samples
Class TransposedDataSetSample
- java.lang.Object
-
- javafx.application.Application
-
- de.gsi.chart.samples.TransposedDataSetSample
-
public class TransposedDataSetSample extends javafx.application.ApplicationSimple 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
-
-
Field Summary
Fields Modifier and Type Field Description protected static intFONT_SIZEprotected static java.lang.StringFONT_SYMBOL_CHECKprotected static java.lang.StringFONT_SYMBOL_TRANSPOSE
-
Constructor Summary
Constructors Constructor Description TransposedDataSetSample()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static voidmain(java.lang.String[] args)voidstart(javafx.stage.Stage primaryStage)static de.gsi.dataset.DataSettest8Function(double xMin, double xMax, double yMin, double yMax, double omega, double pert, int nSamples)
-
-
-
Field Detail
-
FONT_SIZE
protected static final int FONT_SIZE
- See Also:
- Constant Field Values
-
FONT_SYMBOL_TRANSPOSE
protected static final java.lang.String FONT_SYMBOL_TRANSPOSE
- See Also:
- Constant Field Values
-
FONT_SYMBOL_CHECK
protected static final java.lang.String FONT_SYMBOL_CHECK
- See Also:
- Constant Field Values
-
-
Method Detail
-
start
public void start(javafx.stage.Stage primaryStage)
- Specified by:
startin classjavafx.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)
-
-