classifier_bnet: Multinet classifier using bnet

Description Usage Arguments Value

Description

Learn a multi net classifier unsing bnet, in particular learn a model where for every class value a bnet object is estimated. As particular case naive Bayes (bnets=NULL).

Usage

1
2
classifier_bnet(formula = NULL, targets, predictors, prior = NULL,
  data = NULL, bnets = NULL, ...)

Arguments

targets
predictors
prior

string, NULL, or vector of positive numbers

data

data set of observations

bnets

optionally a list of bnet object, one for each class value

Value

a classifier_bnet object


gherardovarando/Rbnet documentation built on May 17, 2019, 4:18 a.m.