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

x/vectorizer/mod.ts>Matrix#rows

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

Iterate through rows

Returns

Generator<DType<T>>