logic.oob: Prime Implicants

Description Usage Arguments Value Author(s) See Also

View source: R/logic.oob.R

Description

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

Usage

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

Author(s)

Holger Schwender, holger.schwender@hhu.de

See Also

logic.bagging


logicFS documentation built on Nov. 8, 2020, 5:23 p.m.