Skip to content
Snippets Groups Projects
Commit d37670b6 authored by Andreas Kusalananda Kähäri's avatar Andreas Kusalananda Kähäri
Browse files

Diable the 'index' and 'feature' binning methods.

parent 196ce149
No related branches found
No related tags found
No related merge requests found
......@@ -112,10 +112,10 @@ sub _lightweight {
our %VALID_BINNING_METHODS = (
'count' => 0,
'density' => 0, # Same as 'count'.
'indices' => 1,
'index' => 1, # Same as 'indices'.
'features' => 2,
'feature' => 2, # Same as 'features'.
# 'indices' => 1,
# 'index' => 1, # Same as 'indices'.
# 'features' => 2,
# 'feature' => 2, # Same as 'features'.
'fractional_count' => 3,
'weight' => 3, # Same as 'fractional_count'.
'coverage' => 4 );
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment