Skip to content

MODE Issue with "Interest" Calculation #1246

Locked Answered by jprestop
jhicks14 asked this question in Statistical Computation
Discussion options

You must be logged in to vote

HI @jhicks14.

It sounds likely that the reason for no interest value being computed is the "max_centroid_dist" MODE config option. Increasing that to a much larger value should enable interest pairs to be computed. The units are grid squares so you could just set it to Nx + Ny (where those are the number of grid points in the x and y directions). No two grid points would be further apart than that. Perhaps we should support it being set to "NA" in which case we wouldn't check it at all? What are your thoughts on that?

At verbosity level 5, MODE prints much more detailed info about each object comparison. For example:

DEBUG 5: Computing total interest for single pair F007_O004.
DEBUG 5: 
D…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@jhicks14
Comment options

@jprestop
Comment options

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