biolab / orange3

🍊 :bar_chart: :bulb: Orange: Interactive data analysis
https://orangedatamining.com
Other
4.7k stars 992 forks source link

[FIX] Distances: Spearman actually computes Spearman instead of Pearson #6804

Closed VesnaT closed 1 month ago

VesnaT commented 1 month ago
Issue

Metric definition for Spearman uses PearsonR instead of SpearmanR.

Description of changes

Replace PearsonR with SpearmanR.

Includes