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

x/vectorizer/src/encoding/mod.ts>CategoricalEncoder.fromSoftmax

Feature Extraction and Feature Selection in TypeScript
Go to Latest
method CategoricalEncoder.fromSoftmax
import { CategoricalEncoder } from "https://deno.land/x/vectorizer@v0.3.7/src/encoding/mod.ts";

Convert softmax outputs into categorical outputs This method mutates the original matrix.

Returns

The modified matrix.