entropy2segment: Step 2 of Subtask Analysis: Segmenting Entropy Sequences

Description Usage Arguments Value References See Also

View source: R/subtask.R

Description

entropy2segment segments the entropy sequences in entropy_seqs using segment_function.

Usage

1
entropy2segment(entropy_seqs, lambda = 0.3, verbose = FALSE)

Arguments

entropy_seqs

a list of entropy sequences

lambda

a number between 0 and 1

verbose

print progress if TRUE. default is FALSE

Value

a list containg the segment boundaries of each entropy sequence.

References

Wang, Z., Tang, X., Liu, J., and Ying, Z. (2020) Subtask analysis of process data through a predictive model. https://arxiv.org/abs/2009.00717

See Also

action2entropy and segment2subtask for steps 1 and 3 of the subtask analysis procedure; subtask_analysis for the complete procedure.


xytangtang/ProcData documentation built on May 30, 2021, 1:21 a.m.