Skip to content

can init be combined with binseg? #19

Description

@tdhock

hi @diego-urgell looking at RcppInterface.cpp I see

    algo -> init(&data[0], data.size(), numCpts, dist, minSegLen, &params_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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions