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

x/vectorizer/mod.ts>Matrix#setCol

Feature Extraction and Feature Selection in TypeScript
Go to Latest
method Matrix.prototype.setCol
Re-export
import { Matrix } from "https://deno.land/x/vectorizer@v0.3.7/mod.ts";

Replace a column

Parameters

col: number
val: ArrayLike<number>