powered by
Apply Classifier Predictions and Merge DataFrames
applyPredictions(animals, pred, classfile, outfile = NULL, counts = FALSE)
fully merged dataframe with Species predictions and confidence weighted by MD conf
Set of animal crops/images
Classifier predictions for animal crops/images
.txt file containing common names for species classes
File to which results are saved
Returns a table of all predictions, defaults to FALSE
if (FALSE) { alldata <- applyPredictions(animals,empty,classfile,pred,counts = FALSE) }
Run the code above in your browser using DataLab