sepsis_dataset_test: Sepsis dataset test

Description Usage Arguments Value References

View source: R/ETTTests.R

Description

sepsis dataset is taken from the package eventdataR and used to test the Sequence Detector. The results are available in [1].

Usage

1
2
sepsis_dataset_test(induce_biomarker_decision_tree = TRUE,
  threshold = 75, debug = FALSE, hsc = NULL)

Arguments

induce_biomarker_decision_tree

(logical) - If FALSE, "Biomarker assessment" is one activity ignoring biomarker values. If TRUE, based on the biomarker values, several distinct "Biomarker assessment" activities are inferred.

threshold

(numeric) - Projection threshold.

debug

(logical) - Switch for debug printout.

hsc

(HybridSequenceClassifier) - An existing Sequence Detector that should be used instead of creating a new one.

Value

None

References

[1] D. Krleža, B. Vrdoljak, and M. Brčić, Latent Process Discovery using Evolving Tokenized Transducer, IEEE Access, vol. 7, pp. 169657 - 169676, Dec. 2019


SeqDetect documentation built on March 2, 2020, 5:08 p.m.