Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/tensorflow/tfjs-examples
/ plotPredictResult
Function
plotPredictResult
baseball-node/client.js:105–110 ·
view source on GitHub ↗
(result)
Source
from the content-addressed store, hash-verified
103
}
104
105
function
plotPredictResult(result) {
106
predictButton.textContent =
'Predict Pitch'
;
107
predictButton.disabled = false;
108
document.getElementById(
'predictResult'
).innerHTML = result;
109
console.log(result);
110
}
Callers
1
client.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected