MCPcopy Create free account
hub / github.com/tensorflow/tfjs-examples / clearEvaluateTable

Function clearEvaluateTable

iris/ui.js:23–28  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

21 * Clear the evaluation table.
22 */
23export function clearEvaluateTable() {
24 const tableBody = document.getElementById('evaluate-tbody');
25 while (tableBody.children.length > 1) {
26 tableBody.removeChild(tableBody.children[1]);
27 }
28}
29
30/**
31 * Get manually input Iris data from the input boxes.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected