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

Class

website-phishing/data.js:28–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26
27/** Helper class to handle loading training and test data. */
28export class WebsitePhishingDataset {
29 constructor() {
30 this.dataset = null;
31 this.trainSize = 0;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected