MCPcopy
hub / github.com/tensorflow/playground / updateTestPoints

Method updateTestPoints

src/heatmap.ts:138–143  ·  view source on GitHub ↗
(points: Example2D[])

Source from the content-addressed store, hash-verified

136 }
137
138 updateTestPoints(points: Example2D[]): void {
139 if (this.settings.noSvg) {
140 throw Error("Can't add points since noSvg=true");
141 }
142 this.updateCircles(this.svg.select("g.test"), points);
143 }
144
145 updatePoints(points: Example2D[]): void {
146 if (this.settings.noSvg) {

Callers 2

makeGUIFunction · 0.80
generateDataFunction · 0.80

Calls 1

updateCirclesMethod · 0.95

Tested by

no test coverage detected