prime.imp {LogicForest} | R Documentation |
Internal Logic Forest Functions
Description
This function is called by pimp.import
. It is not intended to be used independently of these functions.
Usage
prime.imp(tree, data, Xs, mtype)
Arguments
tree |
An object of class |
data |
Data used to fit the logforest |
Xs |
Predictors |
mtype |
Model type |
Value
ListPI An object of class "primeImp"
containing all variables and variable interactions
[Package LogicForest version 2.1.2 Index]