hi @diego-urgell looking at RcppInterface.cpp I see
algo -> init(&data[0], data.size(), numCpts, dist, minSegLen, ¶ms_mat[0]);
algo -> binseg();
Is there any reason you would run init without binseg (or vice versa) ? If so can you maybe add a comment to explain/clarify? If not can you please combine them to avoid confusion?
hi @diego-urgell looking at RcppInterface.cpp I see
Is there any reason you would run init without binseg (or vice versa) ? If so can you maybe add a comment to explain/clarify? If not can you please combine them to avoid confusion?