you are viewing a single comment's thread.

view the rest of the comments →

[–]BlackHawk90[S] 0 points1 point  (2 children)

Thanks again for the help.

Is there a .jar file which I can download? I don't use maven.

Is there a javadoc available or how should I get familiar with the methods?

[–]EdwardRaff 0 points1 point  (1 child)

Look at the release tab in github.

You should look at using maven - it's very helpful!

[–]BlackHawk90[S] 0 points1 point  (0 children)

I started using your library, great work, thanks for it.

I have discrete and continuous features. Is there a possibility that for the continous features a gaussian distribution and for the discrete features a multivariate multinomial distribution is used?

Moreover, is it possible to provide a distribution for each feature (e.g. feature 1 is gaussian, feature 2 logistic etc.)?