I wrote a clustering algorithm for k means using go, and I want to save that model so that it can run next time using that saved information.
I want to ask how to go about it. Some direction or some library or package would be very helpful. Thanks.
I wrote a clustering algorithm for k means using go, and I want to save that model so that it can run next time using that saved information.
I want to ask how to go about it. Some direction or some library or package would be very helpful. Thanks.
Seriously? You need a "package" to save k vectors?
Just save the vectors yourself, and rather avoid adding too many dependencies that can break.