Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/tensorflow/playground
/ getLabel
Function
getLabel
src/dataset.ts:81–81 ·
view source on GitHub ↗
(x, y)
Source
from the content-addressed store, hash-verified
79
.domain([-10, 10])
80
.range([-1, 1]);
81
let
getLabel = (x, y) => labelScale(x + y);
82
83
let
points: Example2D[] = [];
84
for
(
let
i = 0; i < numSamples; i++) {
Callers
2
regressPlane
Function · 0.85
regressGaussian
Function · 0.85
Calls
1
dist
Function · 0.85
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…