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

x/vectorizer/src/metrics/classification.ts>ConfusionMatrix#valueOf

Feature Extraction and Feature Selection in TypeScript
Go to Latest
method ConfusionMatrix.prototype.valueOf
import { ConfusionMatrix } from "https://deno.land/x/vectorizer@v0.3.7/src/metrics/classification.ts";

Returns

[
number,
number,
number,
number,
]