Learn R Programming

UBayFS (version 1.0)

print.UBaymodel: Print a UBayFS model

Description

Print details of a `UBaymodel`

Usage

# S3 method for UBaymodel
print(x, ...)

printResults(model)

# S3 method for UBaymodel summary(object, ...)

# S3 method for UBaymodel plot(x, ...)

Value

prints model summary to the console, no return value

Arguments

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

Functions

  • 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.