- ShowExampleScreens := 0 //true
- *
- if (ShowExampleScreens)
- * Initial example windows and parameters etc.
- dev_example_init (ShowExampleScreens, ExampleInternals)
- *
- * Introduction text of example series.
- dev_display_screen_introduction_part_1 (ExampleInternals)
- stop ()
- dev_display_screen_introduction_part_2 (ExampleInternals)
- stop ()
- *
- * Read the dataset.
- dev_display_screen_read_dataset (ExampleInternals)
- stop ()
- *
- * Explain splitting the dataset.
- dev_display_screen_split_dataset (ExampleInternals)
- stop ()
- *
- * Explain how to preprocess the dataset and run the program.
- dev_display_screen_run_program (ExampleInternals)
- stop ()
- endif
复制代码
|