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

x/vectorizer/src/feature/conversion/text/base.ts>BaseVectorizer#fit

Feature Extraction and Feature Selection in TypeScript
Go to Latest
method BaseVectorizer.prototype.fit
import { BaseVectorizer } from "https://deno.land/x/vectorizer@v0.3.7/src/feature/conversion/text/base.ts";

Construct a vocabulary from a given set of text.

Parameters

text: string | string[]