build: Build an EMM Model

Description Usage Arguments Author(s) Examples

Description

Builds an EMM model using provided data.

Usage

1
build(JEMM, newdata)

Arguments

JEMM

The EMM object that you want to add data to

newdata

The data that you want to add

Author(s)

Benjamin Koopferstock

Examples

1
2
3
4
5
6
7
library(RJEMM)
emm <- create_EMM(measure = "Dice", threshold = 0.5, )
data(anomaly)
build( emm, anomaly)
displayStates(emm)
displayLinks(emm)
display(emm)

RJEMM documentation built on May 2, 2019, 6:17 p.m.

Related to build in RJEMM...