Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [recommenders-dev] Question on building complex networks

Hi Ashwin,

if you want to see a general example how to create a Bayesian network from some data, please have a look at [1]. It shows how we create overrides models from data serialized in JSON format.

HTH,
Marcel

[1] http://git.eclipse.org/c/recommenders/org.eclipse.recommenders.git/tree/plugins/org.eclipse.recommenders.overrides/src/org/eclipse/recommenders/overrides/JayesOverrideModelBuilder.java

On Aug 27, 2013, at 8:24 PM, Ashwin Jayaprakash <ashwin.jayaprakash@xxxxxxxxx> wrote:

Hi I read this blog entry on Jayes and I have a question regarding that.


Would you be able to tell/direct me how the Eclipse plugin is building this network? I imagine the network is very complex and built by analyzing the AST of all loaded classes.

I looked in the source code but couldn't figure out where the network was actually being built.

(Source links: #1 and #2)

Thanks.



_______________________________________________
recommenders-dev mailing list
recommenders-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/recommenders-dev


Back to the top