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

Machine Learning utilities for TypeScript
Latest
import * as vectorizer from "https://deno.land/x/vectorizer@v0.7.5/src/utils/misc/mod.ts";

Multi-dimensional representation of data.

Classes

Class for 2D Arrays. This is not akin to a mathematical Matrix (a collection of column vectors). This is a collection of row vectors. A special case of Tensor for 2D data.

A Tensor of order O.

Type Aliases

The base type implemented by Matrix

nDArray type

Order of the tensor

An array with n items

The base type implemented by Tensor