View source: R/predict_quality.R
predict_quality_one | R 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.
predict_quality_one(x3p, cutoff = 0.57)
x3p |
x3p scan of a bullet land |
cutoff |
numeric value in [0,1] used as cut off between bad scans and good ones. |
a dataframe with one row, containing all feature values and a prediction of the scan quality
data(fau277_bb_l2) predict_quality_one(fau277_bb_l2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.