make_output: Present output from a dataset classified by 'MLWIC'

Description Usage Arguments

View source: R/make_output.R

Description

make_output will make a clean csv presenting the results from your run of classify. If you are planning to avoid typing absolute paths, you need to first set your working directory to the location where you stored your images folder and data_info csv.

Usage

1
2
3
make_output(output_location = getwd(), model_dir = getwd(),
  output_name = "output.csv",
  saved_predictions = "model_predictions.txt")

Arguments

output_location

Absolute path where you want the output csv stored. This path must exist on your computer.

model_dir

Absolute path to the location where you stored the L1 folder that you downloaded from github.

output_name

Desired name of the output file

saved_predictions

This is the file name where you stored predictions when you ran classify. If you used the default in that function, you can use the default here.


alicehua11/photo_classification documentation built on Nov. 2, 2019, 1:40 p.m.