You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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.
Xyclade
added a commit
to Xyclade/HLearn
that referenced
this issue
Oct 22, 2014
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 ofNormal
. Why not make them synonymous to avoid confusion?The text was updated successfully, but these errors were encountered: