Anhang B: Dokumentierter Quelltext der Programme

B.1  Das Programm Perzeptron

Das Programm Perzeptron hat grundsätzlich die Struktur, die in Listing B.1 gezeigt wird.

public class Perzeptron extends MainDialog {
 
      public Perzeptron() { } 
 
      private void windowInit() { } 
 
      private JButton createButton(Container c, int x, 
               int y, int width, int height, String text, boolean show) { }
 
      private void training() { } 
 
      private String learnStepResult( ...

Get Neuronale Netze - Grundlagen now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.