TTab {LogicForest}R Documentation

Internal Logic Forest Functions

Description

This function is called by prime.imp. It is not intended to be used independently of this function.

Usage

TTab(data, tree, Xs, mtype)

Details

Generates a matrix of binary predictor values corresponding to a prediction of one for a specific logic regression tree within a logic forest. Only those predictors included in the logic regression tree are included in the matrix.

Value

No return value, called for side effects


[Package LogicForest version 2.1.1 Index]