ft_test | R Documentation |
Evaluate the quality of the predictions. For the model evaluation precision and recall are used.
ft_test(model, file, k = 1L, threshold = 0)
model |
an object inheriting from |
file |
a character string giving the location of the validation file. |
k |
an integer giving the number of labels to be returned. |
threshold |
a double giving the threshold. |
## Not run:
ft_test(model, file)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.