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

x/vectorizer/src/utils/common_types.ts>TypedArrayMapping

Feature Extraction and Feature Selection in TypeScript
Go to Latest
type alias TypedArrayMapping
import { type TypedArrayMapping } from "https://deno.land/x/vectorizer@v0.3.7/src/utils/common_types.ts";
definition: { u8: Uint8Array; u16: Uint16Array; u32: Uint32Array; u64: BigUint64Array; i8: Int8Array; i16: Int16Array; i32: Int32Array; i64: BigInt64Array; f32: Float32Array; f64: Float64Array; }