Class ThreeDimChartAnalyseNNet

  • All Implemented Interfaces:
    javafx.fxml.Initializable

    public class ThreeDimChartAnalyseNNet
    extends javafx.application.Application
    implements javafx.fxml.Initializable
    assume that the second transition is a moving one and that all the transitions have the same normal time... used for 2 inputs nnet... see view.display3DChart...
    • Constructor Detail

      • ThreeDimChartAnalyseNNet

        public ThreeDimChartAnalyseNNet()
    • Method Detail

      • main

        public static void main​(String[] args)
      • initialize

        public void initialize​(URL location,
                               ResourceBundle resources)
        Specified by:
        initialize in interface javafx.fxml.Initializable
      • start

        public void start​(javafx.stage.Stage primaryStage)
                   throws Exception
        Specified by:
        start in class javafx.application.Application
        Throws:
        Exception