getCorrelation

fun BinarySolution.getCorrelation(): Double

Returns the correlation objective stored in the underlying BestSubsetSolution.

Receiver

a BinarySolution that is actually a BestSubsetSolution

Return

the correlation value as a Double

Throws

if the receiver is not a BestSubsetSolution