save: Save an EMM model

Description Usage Arguments Author(s) Examples

Description

Saves an EMM model in the same format that JEMM does, so any saved model in RJEMM can be loaded in EMM

Usage

1
save(location = "/EMMModel.bin", JEMM)

Arguments

location

The location and name to save the model

JEMM

The EMM model to save

Author(s)

Benjamin Koopferstock

Examples

1
2
3
4
emm <- create_EMM(measure = "Dice", threshold = 0.5, )
data(anomaly)
build( emm, anomaly)
save("/home/ben/Documents/EMM/EMMModel.bin", emm)

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

Related to save in RJEMM...