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

x/vectorizer/src/preprocessing/standardize.ts>Standardizer

Feature Extraction and Feature Selection in TypeScript
Go to Latest
class Standardizer
import { Standardizer } from "https://deno.land/x/vectorizer@v0.3.7/src/preprocessing/standardize.ts";

Constructors

new
Standardizer()

Properties

mean: number
stddev: number

Methods

fit(data: (number | null | undefined)[]): this