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>ClassificationReport

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

Constructors

new
ClassificationReport(y: ArrayLike<unknown>, y1: ArrayLike<unknown>)

Properties

false: number

Number of elements classified incorrectly

labels: string[]
reports: Map<string, Report>
size: number

Total number of elements

true: number

Number of elements classified correctly