displayStates: Displays the EMM States

Description Usage Arguments Author(s) Examples

Description

Prints out the states and number of times in state of an EMM

Usage

1

Arguments

JEMM

The EMM object to get states for

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 displayStates in RJEMM...