check_features_targets | 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 <toby.hocking@r-project.org> [aut, cre]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.