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
- Host: GitHub
- URL: https://github.com/blahah/carpel
- Owner: blahah
- License: mit
- Created: 2014-08-26T17:45:56.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-09-04T14:57:04.000Z (almost 12 years ago)
- Last Synced: 2024-12-27T19:13:32.337Z (over 1 year ago)
- Language: Ruby
- Size: 201 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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