Skip to content

Commit

Permalink
Thresholds for clustering with correlation-based metrics are now comp…
Browse files Browse the repository at this point in the history
…uted correctly
  • Loading branch information
alexzwanenburg committed Sep 21, 2024
1 parent cc63d70 commit cca5399
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@

- The main panel for composite plots (e.g. calibration plots, Kaplan-Meier curves) is no longer of fixed width when title or subtitles are present.

- Thresholds for clustering with correlation-based metrics are now computed correctly.

# Version 1.4.8 (Valorous Viper)

## Bug fixes
Expand Down
2 changes: 1 addition & 1 deletion R/PairwiseSimilarity.R
Original file line number Diff line number Diff line change
Expand Up @@ -1209,7 +1209,7 @@ get_similarity_range <- function(similarity_metric, as_distance = FALSE) {
value_range <- sort(unique(value_range))
}

return(object@range)
return(value_range)
}


Expand Down

0 comments on commit cca5399

Please sign in to comment.