new PerceptronController()
- Description:
Orchestriert Perceptron-Training, Visualisierung und UI.
- Source:
Methods
manualStep(fastModeopt)
- Description:
Executes one manual step-through phase. Called by the Step button or by auto-training.
- Source:
Parameters:
| Name | Type | Attributes | Default | Description |
|---|---|---|---|---|
fastMode |
boolean |
<optional> |
false
|
Skip visualization phases |
toggleTrain()
- Description:
Startet / stoppt das automatische Training.
- Source: