View source: R/predict_quality.R
predict_quality | 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(x3plist, x3pnamevector)
x3plist |
list of x3p scans of a bullet land |
x3pnamevector |
a vector of names of x3p files |
a dataframe with one row, containing all feature values and a prediction of the scan quality
data(fau277_bb_l2) predict_quality(list(fau277_bb_l2, fau277_bb_l2), x3pnamevector=c(1,2))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.