Closed tpq closed 8 years ago
calcStats requires as an argument the ExprsArray object used to make the ExprsPredict object. This should not be the case. Instead, have the ExprsPredict object contain an additional slot, @actual.
calcStats
ExprsArray
ExprsPredict
@actual
calcStats array argument removed!
calcStats
requires as an argument theExprsArray
object used to make theExprsPredict
object. This should not be the case. Instead, have theExprsPredict
object contain an additional slot,@actual
.