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

x/vectorizer/src/utils/misc/matrix.ts

Feature Extraction and Feature Selection in TypeScript
Go to Latest
import * as vectorizer from "https://deno.land/x/vectorizer@v0.3.7/src/utils/misc/matrix.ts";

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.