sepsis_dataset_test {SeqDetect} | R Documentation |
Sepsis dataset test
Description
sepsis dataset is taken from the package eventdataR and used to test the Sequence Detector. The results are available in [1].
Usage
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
[Package SeqDetect version 1.0.7 Index]