Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions source/widgets/unsupervised/distancemap.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ The snapshot shows distances between columns in the *heart_disease* data, where

1. *Element sorting* arranges elements in the map by
- None (lists instances as found in the dataset)
- **Clustering** (clusters data by similarity)
- **Clustering with ordered leaves** (maximizes the sum of similarities of adjacent elements)
- **Clustering** (clusters using average linkage)
- **Clustering with ordered leaves** (as above, but orders leaves to minimize distances between adjacent elements)
2. *Colors*
- **Colors** (select the color palette for your distance map)
- **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).
Expand Down