applyPredictions: Apply Classifier Predictions and Merge DataFrames

View source: R/applyPredictions.R

applyPredictionsR 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)

icr-ctl/animl documentation built on July 15, 2024, 7:24 p.m.