remora.predict {frbf}R Documentation

Remora predict

Description

Predicts a given classification using a specific model.

Usage

remora.predict(model, data_matrix)

Arguments

model remora model
data_matrix data matrix to classify

Value

Returns the list containing Remora classification prediction

Note

This function is part of the frbf implementation and is for internal use only.

Author(s)

Fernando Martins

See Also

RemoraModel


[Package frbf version 1.0.1 Index]