mathieulaporte / machine

Simple machine learning algorithm for crystal lang
MIT License
44 stars 5 forks source link

corrected spelling of BayesClassifier to have enough Ss #2

Closed masukomi closed 1 year ago

masukomi commented 6 years ago

Classify has 2 Ss Corrected class name and references in examples and readme

Note the file had the right number of Ss but the class did not.

masukomi commented 6 years ago

is there an easy way to alias a class name? I f not this would be a breaking change and thus require a full version number bump.

mathieulaporte commented 6 years ago

I imagine we can simply do some thing like :

BayesClasifier = BayesClassifier