Description Usage Arguments Value Examples
View source: R/getACRAProbabilities.R
For a given possibly attacked email, and given parameters of NB classifier, this functions returns the ACRA probabilities,
1  | getACRAprobabilities(x, fit, var = 0.99)
 | 
x | 
 the email.  | 
fit | 
 object of class naive-Bayes including the results from training.  | 
var | 
 Variance. Measure of certainty about attacker.  | 
This function returns the ACRA probabilities.
1  | getACRAprobabilities(x,fit,var)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.