An open API service indexing awesome lists of open source software.

https://github.com/blahah/carpel

Bayesian segmentation Ruby gem
https://github.com/blahah/carpel

Last synced: about 1 year ago
JSON representation

Bayesian segmentation Ruby gem

Awesome Lists containing this project

README

          

=======
carpel
======

Bayesian segmentation Ruby gem.

### Algorithm

Currently implemented:

- Bayesian Inference of Sequence Segmentation from [Kelly et al. (2011)](http://www.plosone.org/article/info%3Adoi%2F10.1371%2Fjournal.pone.0025666).

### Installation

Add this line to your application's Gemfile:

gem 'carpel'

And then execute:

$ bundle

Or install it yourself as:

$ gem install carpel

### Usage

TODO: Write usage instructions here

### Contributing

1. Fork it ( https://github.com/[my-github-username]/carpel/fork )
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Include tests. No tests, no merge.
5. Push to the branch (`git push origin my-new-feature`)
6. Create a new Pull Request