Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/netsaur/src/model/data/data.ts>DataLike

Powerful machine learning, accelerated by WebGPU
Go to Latest
interface DataLike
import { type DataLike } from "https://deno.land/x/netsaur@0.2.6/src/model/data/data.ts";

Properties

train_x: any
train_y: any
optional
test_x: any
optional
test_y: any