mikeizbicki / HLearn

Homomorphic machine learning
Other
1.63k stars 138 forks source link

Corrections to documentation #39

Closed vapniks closed 9 years ago

vapniks commented 10 years ago

Specifying Gaussian types as :: Normal Double doesn't work for me, but :: Normal Double Double does. Also, in the documentation on your website you use Gaussian instead of Normal. Why not make them synonymous to avoid confusion?

vapniks commented 10 years ago

Also the type needs to be specified for the initialization of dataset: let dataset = [1,2,3,4,5,6] :: [Double] otherwise my ghci assumes they are Integers.