Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save kmaehashi/c9c3a042cca603911697e87b7e2272de to your computer and use it in GitHub Desktop.
Save kmaehashi/c9c3a042cca603911697e87b7e2272de to your computer and use it in GitHub Desktop.
{
"converter" : {
"string_filter_types" : {},
"string_filter_rules" : [],
"num_filter_types" : {},
"num_filter_rules" : [],
"string_types" : {},
"string_rules" : [
{ "key" : "*", "type" : "str", "sample_weight" : "bin", "global_weight" : "bin" }
],
"num_types" : {},
"num_rules" : [
{ "key" : "*", "type" : "num" }
]
},
"parameter" : {
"nearest_neighbor_num" : 10,
"reverse_nearest_neighbor_num" : 30,
"method" : "inverted_index_euclid",
"ignore_kth_same_point": true,
"parameter" : {}
},
"method" : "lof"
}
@rimms
Copy link

rimms commented May 17, 2016

{
  "converter" : {
    "string_filter_types" : {},
    "string_filter_rules" : [],
    "num_filter_types" : {},
    "num_filter_rules" : [],
    "string_types" : {},
    "string_rules" : [
      { "key" : "*", "type" : "str", "sample_weight" : "bin", "global_weight" : "bin" }
    ],
    "num_types" : {},
    "num_rules" : [
      { "key" : "*", "type" : "num" }
    ]
  },
  "parameter" : {
    "nearest_neighbor_num" : 10,
    "reverse_nearest_neighbor_num" : 30,
    "method" : "inverted_index_euclid",
    "ignore_kth_same_point": true,
    "parameter" : {}
  },
  "method" : "lof"
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment