check_features_targets {penaltyLearning} | R Documentation |
stop with an informative error if there is a problem with the feature or target matrix.
check_features_targets(feature.mat,
target.mat)
feature.mat |
n x p numeric input feature matrix. |
target.mat |
n x 2 matrix of target interval limits. |
number of observations/rows.
Toby Dylan Hocking