import { ClassificationReport } from "https://deno.land/x/netsaur@0.4.0-patch/packages/utilities/mod.ts";
A report with metrics for classification results
Methods
toHtml(): string
toJson(): { class: string[]; precision: number[]; f1: number[]; recall: number[]; support: number[]; }
toString(): string
[Symbol.for("Deno.customInspect")](): string
[Symbol.for("Jupyter.display")](): Record<string, string>