-
Notifications
You must be signed in to change notification settings - Fork 181
Pruned Dynamic Programming Algorithm #333
Copy link
Copy link
Open
Description
First of all, I would like to sincerely thank you for this library. It works very well for our needs.
In our use case, we are interested in finding a single optimal change point (based on a cost function) to segment the data into two partitions. Since the number of change points is known in advance, the Dynamic Programming approach seems to be the most suitable.
I was wondering if the pruning technique described in this paper, which promises linear runtime in the best case, has been implemented. Alternatively, are there any other pruning techniques integrated into the library?
Thank you very much for your time and assistance.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels