KNearest save problem
I realized that knn.save() and knn.load() function is not implemented yet. I googled so much about that couldn't find any solution for that.
If there is a solution i will be happy to know that. Any help would be appreciated.
Can you clarify what
knn.save()
andknn.load()
are supposed to do? Is the idea to save and load a trained model that would be produced byCvKNearest::train()
?