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

View source: R/predict_quality.R

predict_quality_oneR 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_one(x3p, cutoff = 0.57)

Arguments

x3p

x3p scan of a bullet land

cutoff

numeric value in [0,1] used as cut off between bad scans and good ones.

Value

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

Examples

data(fau277_bb_l2)
predict_quality_one(fau277_bb_l2)

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