File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -92,8 +92,9 @@ def impact(
9292 Default: True
9393 assign_centroids : bool, optional
9494 indicates whether centroids are assigned to the self.exposures object.
95- The default centroids assignement uses euclidean distance and a threshold equal to
96- twice the highest resolution of the centroids (assuming a regular grid).
95+ The default centroids assignment uses Euclidean distance and a threshold equal to
96+ twice the highest resolution (smallest distance between any two nearest neighbours)
97+ of the centroids (assuming a regular grid).
9798 Recommendation: assign the centroids directly with control
9899 over the distance metric and the distance threshold using
99100 `exposure.assign_centroids(hazard)`. In this case, set assign_centroids to ``False``.
You can’t perform that action at this time.
0 commit comments