remora.classify {frbf} | R Documentation |
Predicts the classification.
remora.classify(model, data_matrix, return_nice = FALSE)
model |
remora model |
data_matrix |
data matrix to classify |
return_nice |
specifies if the result should be user pretty printable or just raw, default is False which means raw |
Returns classification prediction.
This function is part of the frbf implementation and is for internal use only.
Fernando Martins