predict_quality: Predicts the probability that a x3p scan will be good and...

View source: R/predict_quality.R

predict_qualityR Documentation

Predicts the probability that a x3p scan will be good and also predicts the reason why it is bad quality if it is predicted to be bad quality.

Description

Predicts the probability that a x3p scan will be good and also predicts the reason why it is bad quality if it is predicted to be bad quality.

Usage

predict_quality(x3plist, x3pnamevector)

Arguments

x3plist

list of x3p scans of a bullet land

x3pnamevector

a vector of names of x3p files

Value

a dataframe with one row, containing all feature values and a prediction of the scan quality

Examples

data(fau277_bb_l2)
predict_quality(list(fau277_bb_l2, fau277_bb_l2), x3pnamevector=c(1,2))

heike/DS401 documentation built on Oct. 23, 2022, 1:39 p.m.