fcanas / Bayes

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

Made type aliases public to fix compiler warnings #7

Closed veritech closed 8 years ago

veritech commented 9 years ago

The project fails to compile becuase the type aliases are not public. The solution is to simply make them visbile outside the module.

fcanas commented 8 years ago

Awesome! Thanks! :tada: