Description Usage Arguments Value Examples
see hidden information
1 | print_my_naiveBayes(model)
|
model |
object for Naive bayes classifier |
1 as flag
1 2 3 4 5 | x=iris[c(1:40,51:90,101:140),-5]
y=iris[c(1:40,51:90,101:140),5]
testx = iris[c(41:50,91:100,141:150),-5]
m2 = myNaiveBayes(x,y)
print_my_naiveBayes(m2)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.