View source: R/classification.R
single_classification | R Documentation |
Get Maximum likelihood label for each Detection
single_classification(detections, predictions_raw, class_list)
detections |
manifest of animal detections |
predictions_raw |
softmaxed likelihoods from predict_species |
class_list |
list of class labels |
dataframe with prediction and confidence columns
## Not run: animals <- single_classification(animals, pred_raw, class_list)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.