collect

fun collect(case: Pair<Double, Double>)

Present the case to the matrix for tabulation first = actual, second = predicted


fun collect(actual: Boolean, predicted: Boolean)
fun collect(actual: Int, predicted: Int)
fun collect(actual: Double, predicted: Double)
fun collect(errorResult: ErrorResult)

Present the case to the matrix for tabulation