collect

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


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

Present the case to the matrix for tabulation