Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/simplestatistics/index.js>BayesianClassifier#score

simple statistics for node & browser javascript
Go to Latest
method BayesianClassifier.prototype.score
import { BayesianClassifier } from "https://deno.land/x/simplestatistics@v7.8.0/index.js";

Generate a score of how well this item matches all possible categories based on its attributes

Parameters

item

an item in the same format as with train