Is the are java alternative to Bayesian Belief Network framework - Infer.NET? Preferable if it be scalable(online learning for large datasets), well-supported(last updated since 2010) and open source and easy to write network structure. So all features from Infer.NET.
相关问题
- Delete Messages from a Topic in Apache Kafka
- Jackson Deserialization not calling deserialize on
- How to maintain order of key-value in DataFrame sa
- StackExchange API - Deserialize Date in JSON Respo
- Difference between Types.INTEGER and Types.NULL in
Why not take the right tool for the job? For statistics and machine learning that's the programming language R. http://cran.r-project.org/web/views/MachineLearning.html
Listing here two Bayesian Network Classifiers projects that I am aware of:
I'm not sure how they compare to Infer.NET, so you better make your own tests.
You should perhaps also consider Samiam, it is very powerful and well maintained. I'm not familiar with Infer.NET so I don't know how it compares.
Unfortunately, I have not found anything that's as full-featured and well-supported as infer.NET. Please update if you do!
I use an old package from CMU called JavaBayes -- it works, but no continuous variables.