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

x/vectorizer/src/utils/array/mod.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/array/mod.ts";

Functions

Get n evenly distributed numbers in a range.

Get an array of numbers between a given range, incremented by a step.

Split arrays by their first axis

Remove duplicate values in an array. Uses a strict = for identifying duplicates.