View source: R/printUBaymodel.R
print.UBaymodel | R Documentation |
Print details of a 'UBaymodel'
## S3 method for class 'UBaymodel'
print(x, ...)
printResults(model)
## S3 method for class 'UBaymodel'
summary(object, ...)
## S3 method for class 'UBaymodel'
plot(x, ...)
x |
a 'UBaymodel' object created using build.UBaymodel |
... |
additional print parameters |
model |
a 'UBaymodel' object created using build.UBaymodel after training |
object |
a 'UBaymodel' object created using build.UBaymodel |
prints model summary to the console, no return value
printResults()
: Display and summarize the results of UBayFS after feature selection.
summary(UBaymodel)
: A summary of a 'UBaymodel'
plot(UBaymodel)
: A barplot of a 'UBaymodel' containing prior weights, ensemble counts and the selected features.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.