Closed TkrUdagawa closed 6 years ago
fix #360
I have added add_bulk API to anomaly_base. And implemented update_bulk in lof and lof_storage and set_bulk in light_lof. This API returns the ids which are successfully updated by the API.
Great works ! 👍
I tested this patch in the case bulk_size is larger than max_size of unlearner (test code). It works fine.
fix #360
I have added add_bulk API to anomaly_base. And implemented update_bulk in lof and lof_storage and set_bulk in light_lof. This API returns the ids which are successfully updated by the API.