Package org.grouplens.lenskit.inject

Examples of org.grouplens.lenskit.inject.StaticInjector


     * rather use {@link #build(LenskitConfiguration)} or a {@link LenskitRecommenderEngine}.
     *
     * @param graph This recommender's configuration graph.
     */
    public LenskitRecommender(DAGNode<Component,Dependency> graph) {
        injector = new StaticInjector(graph);
    }
View Full Code Here

TOP

Related Classes of org.grouplens.lenskit.inject.StaticInjector

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.