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

Class

webcam-transfer-learning/controller_dataset.js:23–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21 * for particular labels. This object will concat them into two large xs and ys.
22 */
23export class ControllerDataset {
24 constructor(numClasses) {
25 this.numClasses = numClasses;
26 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected