View source: R/svm_function.R View source: R/conf_interval_calculator.R
conf_interval_calculator
1 2 3 4 5 | conf_interval_calculator(
probability = svm_confidence_table$SVM_PROB,
prediction = svm_confidence_table$SVM_LABEL,
confidence_interval = 0.95
)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.