Package org.grouplens.lenskit.eval.data

Examples of org.grouplens.lenskit.eval.data.CSVDataSourceBuilder.build()


     */
    private DataSource makeDataSource() {
        CSVDataSourceBuilder bld = new CSVDataSourceBuilder()
                .setDomain(source.getPreferenceDomain())
                .setFile(getOutput());
        return bld.build();
    }
   
    /**
     * Run the Subsample command.
     *
 
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.