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>Matrix#col

Feature Extraction and Feature Selection in TypeScript
Go to Latest
method Matrix.prototype.col
import { Matrix } from "https://deno.land/x/vectorizer@v0.3.7/src/utils/misc/mod.ts";

Get the nth column in the matrix

Parameters

n: number