Package org.grouplens.lenskit.config

Examples of org.grouplens.lenskit.config.LenskitConfigScript.configure()


                setAttribute(name, attr.getValue());
            }
        }
        ConfigurationLoader loader = new ConfigurationLoader(getProject().getClassLoader());
        LenskitConfigScript script = loader.loadScript(file);
        script.configure(getConfig());
        return this;
    }

    @Override
    public AlgorithmInstance build() {
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.