RGBM.test {RGBM} | R Documentation |
Test rgbm predictor
Description
This function tests a regression model for a given X.test
feature matrix, Y.test
response vector, and working parameters.
Usage
RGBM.test(model, X.test, Y.test, M.test)
Arguments
model |
Model returned by |
X.test |
Input S-by-P feature matrix of unseen samples. Columns correspond to features, rows correspond to samples. |
Y.test |
Input S-element response vector of unseen samples. |
M.test |
Number of extensions of boosting model to take when predicting response. Must be not greater than |
Value
Result of regression
Author(s)
Raghvendra Mall <raghvendra5688@gmail.com>
[Package RGBM version 1.0-11 Index]