Skip to content

Commit

Permalink
Merge pull request #258 from RichardScottOZ/patch-1
Browse files Browse the repository at this point in the history
Update fuzzy_overlay.py
  • Loading branch information
nmaarnio authored Dec 20, 2023
2 parents 772c3d6 + f6a715b commit dfef8d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions eis_toolkit/prediction/fuzzy_overlay.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,8 @@ def gamma_overlay(data: np.ndarray, gamma: float) -> np.ndarray:
Args:
data: The input data as a 3D Numpy array. Each 2D array represents a raster band.
Data points should be in the range [0, 1].
gamma: The gamma parameter. With gamma value 0, result will be same as 'product'overlay.
When gamma is closer to 1, the weight of 'sum' overlay is increased.
gamma: The gamma parameter. With gamma value of 0, the result will be the same as 'product' overlay.
When gamma is closer to 1, the weight of the 'sum' overlay is increased.
Value must be in the range [0, 1].
Returns:
Expand Down

0 comments on commit dfef8d2

Please sign in to comment.