remora.classify {frbf}R Documentation

Remora classify

Description

Predicts the classification.

Usage

remora.classify(model, data_matrix, return_nice = FALSE)

Arguments

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

Value

Returns 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]