danielkorzekwa / bayes-scala

Bayesian Networks in Scala
Other
205 stars 39 forks source link

how to use bayes-scala as library #1

Closed ivanjimenez closed 10 years ago

ivanjimenez commented 10 years ago

Hi, Daniel!

First of all, I congratulate you with your project. I was learning scala because I have to use it for my Master Thesis. I wander, is it possible to use "bayes-scala" as "jar" library via maven or sbt builder?

Thanks! Iván

danielkorzekwa commented 10 years ago

use via maven

On 9 November 2013 17:04, Iván Jiménez notifications@github.com wrote:

Hi, Daniel!

First of all, I congratulate you with your project. I was learning scala because I have to use it for my Master Thesis. I wander, is it possible to use "bayes-scala" as "jar" library via maven or sbt builder?

Thanks! Iván

— Reply to this email directly or view it on GitHubhttps://github.com/danielkorzekwa/bayes-scala/issues/1 .

Daniel Korzekwa Software Research Engineer priv: http://danmachine.com blog: http://blog.danmachine.com

ivanjimenez commented 10 years ago

Ok, I think maven is the best choice. I haven't decided what type of bayesian model will be used in my project, but I will tell you as soon as I get in work with it.

Thanks a lot for your project and support.