Closed sepehr3pehr closed 5 years ago
I changed the cweights type to zeros(Float64, h) and it solved the issue.
Thanks for figuring this out. It seems like the internals of Clustering.jl have changed.
You know what they say -- "a little bit of copying is better than a little bit of dependency". Perhaps I should copy the methods I use from Clustering.jl and that will make sure they never break.
I'll submit a patch and close this soon.
Hi, I am trying to turn the
demos_train_query_base.jl
but I get the following error seems there is a problem with calling update_centers! function.