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

Implemented the 'fraction_count'/'fcount' binning method in get_bins():

  Returns an array of bins, each bin containing the sum of the fractions
  of features overlapping that bin.  A feature fully inside a bin will
  contribute 1 to the sum while a feature spanning exactly three bins
  (from the very start of the first to the very end of the third) will
  contribute 1/3 to the sum of each bin.
parent 132ca36c
No related branches found
No related tags found
No related merge requests found
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