Skip to content

Commit ab84086

Browse files
committed
Correction in manual section for discrete isolation
1 parent 99e3d77 commit ab84086

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_manual-v2/10-generalization.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ configurable:
173173

174174
| Column | Type | Description |
175175
| --------- | ---- | ----------- |
176-
| discr_iso | real | Discrete isolation value. This is the smallest distance from this feature to all other features on the map in map units. |
176+
| discr_iso | real | Discrete isolation value. This is the distance from this feature to the closest features with higher importance. Distance is in map units. |
177177
| irank | int | Absolute importance rank derived from `importance_column`. Most important feature gets 0, next important one gets 1, and so on. |
178178
| dirank | int | Discrete isolation rank derived from the discrete isolation value. Most important feature gets 0, next important one gets 1, and so on. |
179179
{:.desc}

0 commit comments

Comments
 (0)