Skip to content

Commit 9ff6870

Browse files
committed
Distance Map: State which linkage is used for clustering
1 parent bc5f33c commit 9ff6870

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/widgets/unsupervised/distancemap.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ The snapshot shows distances between columns in the *heart_disease* data, where
2222

2323
1. *Element sorting* arranges elements in the map by
2424
- None (lists instances as found in the dataset)
25-
- **Clustering** (clusters data by similarity)
26-
- **Clustering with ordered leaves** (maximizes the sum of similarities of adjacent elements)
25+
- **Clustering** (clusters using average linkage)
26+
- **Clustering with ordered leaves** (as above, but orders leaves to minimize distances between adjacent elements)
2727
2. *Colors*
2828
- **Colors** (select the color palette for your distance map)
2929
- **Range**: Define the low and high thresholds for the color palette (low for instances or attributes with low distances and high for instances or attributes with high distances).

0 commit comments

Comments
 (0)