Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/vectorizer/mod.ts>Matrix#col

Machine Learning utilities for TypeScript
Latest
method Matrix.prototype.col
Re-export
import { Matrix } from "https://deno.land/x/vectorizer@v0.7.5/mod.ts";

Get the nth column in the matrix

Parameters

n: number