applyPredictions {animl} | R Documentation |
Apply Classifier Predictions and Merge DataFrames
Description
Apply Classifier Predictions and Merge DataFrames
Usage
applyPredictions(animals, pred, classfile, outfile = NULL, counts = FALSE)
Arguments
animals |
Set of animal crops/images |
pred |
Classifier predictions for animal crops/images |
classfile |
.txt file containing common names for species classes |
outfile |
File to which results are saved |
counts |
Returns a table of all predictions, defaults to FALSE |
Value
fully merged dataframe with Species predictions and confidence weighted by MD conf
Examples
## Not run:
alldata <- applyPredictions(animals,empty,classfile,pred,counts = FALSE)
## End(Not run)
[Package animl version 1.1.0 Index]