predict_balk | R Documentation |
predict_balk
predict_balk
is a function that predicts the class of new data using a binomial naive bayes classifier
predict_balk(object, newdata = NULL, snp_id = NULL, type = "prob")
object |
The classifier object |
newdata |
A list of sequences |
snp_id |
A vector of SNP IDs |
type |
The type of prediction, either "prob" or "class" |
A vector of either the class or the probability of the class
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.