Skip to content
forked from jeremy9959/cbs

A simple implementation of the circular binary segmentation algorithm in python

License

Notifications You must be signed in to change notification settings

JiguangPeng/cbs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 

Repository files navigation

cbs

A simple implementation of the circular binary segmentation algorithm in python.

import cbs
data = cbs.generate_normal_time_series(10)
L = cbs.segment(data)

The resulting list L contains pairs (x,y) where each slice data[x:y] is a distinct segment of the data.

About

A simple implementation of the circular binary segmentation algorithm in python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%