print.w_naive_bayes {rbooster} | R Documentation |
Print w_naive_bayes
Description
Prints a summary of w_naive_bayes model
Usage
## S3 method for class 'w_naive_bayes'
print(x, ...)
## S3 method for class 'w_gaussian_naive_bayes'
print(x, ...)
## S3 method for class 'w_discrete_naive_bayes'
print(x, ...)
Arguments
x |
w_naive_bayes object |
... |
additional arguments. |
Value
Summary of "w_naive_bayes" object.
[Package rbooster version 1.1.0 Index]