congrats Icon
New! Announcing Tabnine Chat Beta
Learn More
Tabnine Logo
LenskitRecommenderEngine.createRecommenderGraph
Code IndexAdd Tabnine to your IDE (free)

How to use
createRecommenderGraph
method
in
org.lenskit.LenskitRecommenderEngine

Best Java code snippets using org.lenskit.LenskitRecommenderEngine.createRecommenderGraph (Showing top 2 results out of 315)

origin: lenskit/lenskit

/**
 * Construct a recommender with some additional configuration.  This can be used to do things
 * like add data source configuration on a per-recommender, rather than per-engine, basis.
 *
 * @param config The configuration to adjust the recommender.
 * @return The constructed recommender.
 * @throws RecommenderConfigurationException if there is an error configuring the recommender.
 */
public LenskitRecommender createRecommender(LenskitConfiguration config) throws RecommenderConfigurationException {
  final DAGNode<Component, Dependency> toBuild = createRecommenderGraph(config);
  return new LenskitRecommender(toBuild);
}
origin: org.lenskit/lenskit-core

/**
 * Construct a recommender with some additional configuration.  This can be used to do things
 * like add data source configuration on a per-recommender, rather than per-engine, basis.
 *
 * @param config The configuration to adjust the recommender.
 * @return The constructed recommender.
 * @throws RecommenderConfigurationException if there is an error configuring the recommender.
 */
public LenskitRecommender createRecommender(LenskitConfiguration config) throws RecommenderConfigurationException {
  final DAGNode<Component, Dependency> toBuild = createRecommenderGraph(config);
  return new LenskitRecommender(toBuild);
}
org.lenskitLenskitRecommenderEnginecreateRecommenderGraph

Popular methods of LenskitRecommenderEngine

  • createRecommender
    Create a LensKit recommender.
  • build
    Build a LensKit recommender engine from a configuration. The resulting recommender is independent of
  • newBuilder
    Create a new recommender engine builder.
  • newLoader
    Create a new recommender engine loader.
  • write
    Write the state of this recommender engine to the given stream so that it can be recreated later usi
  • <init>
    Build an engine encapsulating a dependency graph. You generally do not want to use this - use Lenski
  • getGraph
    Get the dependency graph of the recommender engine.

Popular in Java

  • Start an intent from android
  • compareTo (BigDecimal)
  • setScale (BigDecimal)
  • onRequestPermissionsResult (Fragment)
  • EOFException (java.io)
    Thrown when a program encounters the end of a file or stream during an input operation.
  • Comparator (java.util)
    A Comparator is used to compare two objects to determine their ordering with respect to each other.
  • Stack (java.util)
    Stack is a Last-In/First-Out(LIFO) data structure which represents a stack of objects. It enables u
  • Timer (java.util)
    Timers schedule one-shot or recurring TimerTask for execution. Prefer java.util.concurrent.Scheduled
  • Servlet (javax.servlet)
    Defines methods that all servlets must implement. A servlet is a small Java program that runs within
  • JButton (javax.swing)
  • Top plugins for WebStorm
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now