summary.NBAYES: Summary of a NBAYES object

Description Usage Arguments Value Examples

View source: R/summary.R

Description

summary the information of a NBAYES object

Usage

1

Arguments

NBAYES

an NBAYES object

Value

print all the different informations about the object NBAYES

Examples

1
2
3
4
data(iris)
train <- iris
modele <- fit(Species ~ ., train)
summary(modele)

ldelecourt/NBC_package documentation built on Dec. 16, 2019, 10:51 p.m.