check_target_pred {penaltyLearning} | R Documentation |
stop with an informative error if there are problems with the target matrix or predicted values.
check_target_pred(target.mat,
pred)
target.mat |
target.mat |
pred |
pred |
number of observations.
Toby Dylan Hocking