edu.qut.cs.rcmd.experiment.alg.simple
Class SimpleRecommenderExperiment

java.lang.Object
  extended by edu.qut.cs.rcmd.experiment.AbstractRecommenderExperiment
      extended by edu.qut.cs.rcmd.experiment.alg.simple.SimpleRecommenderExperiment
All Implemented Interfaces:
RecommenderExperiment

public class SimpleRecommenderExperiment
extends AbstractRecommenderExperiment


Constructor Summary
SimpleRecommenderExperiment()
           
 
Method Summary
protected  org.apache.mahout.cf.taste.recommender.Recommender buildExperimentRecommender(org.apache.mahout.cf.taste.model.DataModel dataModel)
           
 ExperimentConfig getDefaultExperimentConfig()
           
 void run(ExperimentConfig config, org.apache.mahout.cf.taste.model.DataModel dataModel)
           
 
Methods inherited from class edu.qut.cs.rcmd.experiment.AbstractRecommenderExperiment
handleResult, runIRStatsExperiment, toResultString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleRecommenderExperiment

public SimpleRecommenderExperiment()
Method Detail

buildExperimentRecommender

protected org.apache.mahout.cf.taste.recommender.Recommender buildExperimentRecommender(org.apache.mahout.cf.taste.model.DataModel dataModel)
                                                                                 throws org.apache.mahout.cf.taste.common.TasteException
Specified by:
buildExperimentRecommender in class AbstractRecommenderExperiment
Throws:
org.apache.mahout.cf.taste.common.TasteException

run

public void run(ExperimentConfig config,
                org.apache.mahout.cf.taste.model.DataModel dataModel)

getDefaultExperimentConfig

public ExperimentConfig getDefaultExperimentConfig()


Copyright © 2012. All Rights Reserved.