logicFS (version 1.42.0)

logic.oob: Prime Implicants

Description

Computes the out-of-bag error of the classification rule comprised by a logicBagg object.

Usage

logic.oob(log.out, prob.case = 0.5)

Arguments

log.out
an object of class logicBagg, i.e.\ the output of logic.bagging.
prob.case
a numeric value between 0 and 1. If the logic regression models are logistic regression models, i.e.\ if in logic.bagging ntree is set to a value larger than 1, or glm.if.1tree is set to TRUE, then an observation will be classified as case (or more exactly, as 1) if the class probability is larger than prob.case.

Value

The out-of-bag error estimate.

See Also

logic.bagging