@robotomize/rater.js
v0.2.2
Published
Calculate rating. Get rating based on binary classification.
Maintainers
Readme
rater.js
A feature that can build you a rating based on a binary classification. You can build a rating of something, knowing the number of likes and dislikes for example.
Install
npm i @robotomize/rater.jsUsage
const positive = 600,
total = 1486;
/**
* Wilson interval
*/
console.log(wilson.calc(positive, total));
0.37561016479808434
/**
* rate function
*/
console.log(wilson.rate(positive, total));
38