MCPcopy Create free account
hub / github.com/DFin/Neural-Network-Visualisation / constructor

Method constructor

assets/main.js:1378–1385  ·  view source on GitHub ↗
(container)

Source from the content-addressed store, hash-verified

1376
1377class ProbabilityPanel {
1378 constructor(container) {
1379 this.container = container;
1380 this.rows = [];
1381 if (!this.container) {
1382 throw new Error("Vorhersage-Diagrammcontainer nicht gefunden.");
1383 }
1384 this.build();
1385 }
1386
1387 build() {
1388 this.container.innerHTML = "";

Callers

nothing calls this directly

Calls 1

buildMethod · 0.95

Tested by

no test coverage detected