Closed rimms closed 6 years ago
Fixes https://github.com/jubatus/jubatus_core/issues/389
I implemented pack and unpack interface to unlearner.
pack
unpack
unlearner
And, I implemented this method call to algorithms:
I tested this patch using this .
Note that nearest_neighbor does not support unlearner. But driver::nearest_neighbor has the interface using unlearner. I think this method will not be called from anywhere.
driver::nearest_neighbor
Ready for review.
LGTM
Fixes https://github.com/jubatus/jubatus_core/issues/389
I implemented
pack
andunpack
interface tounlearner
.And, I implemented this method call to algorithms:
I tested this patch using this .
Note that nearest_neighbor does not support
unlearner
. Butdriver::nearest_neighbor
has the interface usingunlearner
. I think this method will not be called from anywhere.