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

x/vectorizer/src/metrics/mod.ts>ClassificationReport#toJson

Machine Learning utilities for TypeScript
Latest
method ClassificationReport.prototype.toJson
import { ClassificationReport } from "https://deno.land/x/vectorizer@v0.7.5/src/metrics/mod.ts";

Returns

{ class: string[]; precision: number[]; f1: number[]; recall: number[]; support: number[]; }