scoreCorr
Correlate scores.
Correlate scores in the rows.
Usage Details
select *, scoreCorr(score1, score2, score3, weight1, weight2) as scoreCorr from table
Input
score1: First score column.
score2: Second score column.
score3: Third score column.
weight1: Parameter: first weight for scores fusion.
weight2: Parameter: second weight for scores fusion.
Output
Final score
Updated about 2 years ago