Skip to content

Instantly share code, notes, and snippets.

@rimms
Last active April 19, 2017 12:47
Show Gist options
  • Save rimms/90da9e6c3f58191b0babe9c65ee201e7 to your computer and use it in GitHub Desktop.
Save rimms/90da9e6c3f58191b0babe9c65ee201e7 to your computer and use it in GitHub Desktop.
get_status for anomaly

lof and light_lof

  • max_id: current max value of id in storage (useful to understand next id)
  • num_ignored: the number of ids that were ignored by ignore_kth_same_point
  • unlearner's status: See jubatus/jubatus_core#166

lof

  • num_id_master: number of ids in lof_storage::_lof_table
  • num_id_diff: number of ids in lof_storage::_lof_table_diff

light_lof

  • num_id: number of ids (we can get this via len(get_all_ids()))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment