edu.qut.cs.rcmd.experiment.common
Class RecommenderIRStatisticsBuilder

java.lang.Object
  extended by edu.qut.cs.rcmd.experiment.common.RecommenderIRStatisticsBuilder

public final class RecommenderIRStatisticsBuilder
extends Object


Constructor Summary
RecommenderIRStatisticsBuilder(int totalNumOfItems)
           
 
Method Summary
 void addData(List<org.apache.mahout.cf.taste.recommender.RecommendedItem> recommendedItems, org.apache.mahout.cf.taste.impl.common.FastIDSet relevantItemIDs, int numOfTrainingPreferences)
           
 org.apache.mahout.cf.taste.eval.IRStatistics build()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RecommenderIRStatisticsBuilder

public RecommenderIRStatisticsBuilder(int totalNumOfItems)
Method Detail

addData

public void addData(List<org.apache.mahout.cf.taste.recommender.RecommendedItem> recommendedItems,
                    org.apache.mahout.cf.taste.impl.common.FastIDSet relevantItemIDs,
                    int numOfTrainingPreferences)

build

public org.apache.mahout.cf.taste.eval.IRStatistics build()


Copyright © 2012. All Rights Reserved.