print.LBoost: Prints Output for and LBoost Model

Description Usage Arguments Value Author(s) See Also Examples

View source: R/print.LBoost.R

Description

Prints a matrix of the most important predictors and interactions, their variable importance scores, and frequency of occurrence for objects fitted by logforest.

Usage

1
2
## S3 method for class 'LBoost'
print(x, num, ...) 

Arguments

x

object of class logforest.

num

number of predictors/prime implicants to be included in the print out of the model. The default value is 5.

...

other options are ignored.

Value

If pred.imp was set equal to TRUE when constructing the LBoost model, a matrix including the most important predictors, their normalized importance scores and the frequency of occurrence in the LBoost model will be included.

If PI.imp was set equal to "Permutation" when constructing the LBoost model, a matrix including the most important predictors, their normalized permutation based importance scores and the frequency of occurrence in the LBoost model will be included. If PI.imp was set equal to "AddRemove" when constructing the LBoost model, a matrix including the most important predictors, their normalized add-in/leave-out based importance scores and the frequency of occurrence in the LBoost model will be included. If PI.imp was set equal to "Both" when constructing the LBoost model, two matrices including the most important predictors, their normalized importance scores (by each method) and the frequency of occurrence in the LBoost model will be included.

Author(s)

Bethany Wolf wolfb@musc.edu

See Also

LBoost

Examples

1
2

LogicForest documentation built on May 30, 2017, 3:07 a.m.