Skip to content

Commit 62b5a2c

Browse files
committed
wait constant for mean_norm
1 parent 6b864bc commit 62b5a2c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

R/binseg.R

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,9 @@ binseg <- structure(function # Binary segmentation
8686
if(distribution.str=="l1"){
8787
Sys.sleep(0.0001*length(data.vec))
8888
}
89+
if(distribution.str=="mean_norm"){
90+
Sys.sleep(0.002)
91+
}
8992
result <- binseg_interface(
9093
data.vec, weight.vec, max.segments,
9194
min.segment.length,

0 commit comments

Comments
 (0)