Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Recommenders/FAQ

< Recommenders
Revision as of 07:30, 7 July 2012 by Bruch.st.informatik.tu-darmstadt.de (Talk | contribs) (Can't download any recommendation models. What's wrong?)

Can't download any recommendation models. What's wrong?

If your .metadata/.plugins/org.eclipse.recommenders.rcp/ folder stays almost empty either your repository URL is incorrect or your company network requires you to go through an internal proxy. 1.0.0 does not support proxies. A patch for is in progress. See http://www.eclipse.org/forums/index.php/mv/msg/366941/894052/#msg_894052 for details how to patch Recommenders manually and build it using maven tycho.

Can I generate my own models ?

Generally yes but there is yet no API to support for this. To build and provide you own models, you have to (i) provide your own model repository and (ii) provide your own model archives. Models for, for instance, call completion can be generated by yourself by specifying the patterns for you libraries explicitly using BayesianNetwork class in org.eclipse.recommenders.bayes.serialization. Some more documentation about the network structure will follow.

Back to the top