checkDepVector {CustomerScoringMetrics} | R Documentation |
Perform check on the true class label vector.
checkDepVector(depTest)
depTest |
Vector with true data labels (outcome values) |
Koen W. De Bock, kdebock@audencia.com
## Load response modeling predictions
data("response")
## Apply checkDepVector checking function
checkDepVector(response$test[,1])