measure_correlation_score: Measure Pearsons Correlation Coefficient.

Description Usage Arguments Details Value See Also

View source: R/measure.R

Description

Given the ground truth (correct) target values and the estimated target values, calculates the correlation metric.

Usage

1
measure_correlation_score(y_true, y_pred)

Arguments

y_true

A numeric vector; the ground truth (correct) target values.

y_pred

A numeric vector; the estimated target values.

Details

See here for more information: https://en.wikipedia.org/wiki/Pearson_correlation_coefficient

Value

A numeric vector of length one; the correlation metric.

See Also

Other measure: measure_auc_score, measure_mse_score, measure_r2_score


easyml documentation built on June 26, 2017, 9:02 a.m.