classifier-reborn icon indicating copy to clipboard operation
classifier-reborn copied to clipboard

A general classifier module to allow Bayesian and other types of classifications. A fork of cardmagic/classifier.

Results 31 classifier-reborn issues
Sort by recently updated
recently updated
newest added

when `qrot[r, r]` is close to 0, ruby might represent it with a small negative value (e.g., `-2.8475347e-16`), which results in error when passed to `Math.sqrt`. adding a small epsilon...