Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/vectorizer/src/utils/misc/mod.ts>MatrixLike

Machine Learning utilities for TypeScript
Latest
type alias MatrixLike
import { type MatrixLike } from "https://deno.land/x/vectorizer@v0.7.5/src/utils/misc/mod.ts";

The base type implemented by Matrix

definition: { data: DType<DT>; shape: Shape<2>; }