Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [recommenders-dev] About the Bayesian network in Eclipse Code Recommenders

BTW:
Are you using windows? If so, you may use http://genie.sis.pitt.edu/download/software.html for drafting your networks.




On 09.08.2012, at 13:56, Marcel Bruch wrote:

Hi Zhang,

I looked a while on your example and network.  I think I got most of it but I’ve a few questions regarding your example:

the red part is “to be completed” right? See below:

        panel.setAttrib(<ctrl+space>); // should be completed to b.getAttrib()?

How do you map this in your network - or do you have different networks for different argument types?

        panel.setAttrib(b.<ctrl+space>); // should be completed to getAttrib()?


BTW: Michael, are you listening? ;)

Thanks,
Marcel
_______________________________________________
recommenders-dev mailing list
recommenders-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/recommenders-dev

-- 
Eclipse Code Recommenders:
 w eclipse.org/recommenders
 w about.me/mbruch


Back to the top