fcanas / Bayes

Naive Bayes Classifier in Swift for Mac and iOS
MIT License
32 stars 7 forks source link

Changes to use Bayes with newer Swift versions (currently Swift 5) and via Carthage or SPM #19

Open ikemuc opened 2 years ago

ikemuc commented 2 years ago

I made some adjustments to the Bayes framework to use it with Swift 4 / Carthage first, then Swift 5 / SPM. It works for me, but as I'm not really an Xcode expert, please check well before integrating ;-)