LogicForest (version 2.1.0)

print.LBoost: Prints Output for and LBoost Model

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

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

See Also

LBoost

Examples

Run this code
data(LBoost.fit)
print(LBoost.fit)

Run the code above in your browser using DataLab