remora.predict {frbf} | R Documentation |
Predicts a given classification using a specific model.
remora.predict(model, data_matrix)
model |
remora model |
data_matrix |
data matrix to classify |
Returns the list containing Remora classification prediction
This function is part of the frbf implementation and is for internal use only.
Fernando Martins