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

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

Classes

Confusion matrix for the result.

Variables

The fraction of positives that were predicted correctly

Functions

The fraction of predictions that were correct

The fraction of "positive" predictions that were actually positive

The fraction of positives that were predicted correctly

The fraction of negatives that were predicted correctly