edu.qut.cs.rcmd.core.tag.recommender.impl
Class TopTags

java.lang.Object
  extended by edu.qut.cs.rcmd.core.tag.recommender.impl.TopTags

public class TopTags
extends Object

Author:
n7374186

Nested Class Summary
static interface TopTags.Estimator<T>
           
 
Method Summary
static List<RecommendedTag> getTopTags(int howMany, Set<String> possibleTags, TopTags.Estimator<String> estimator)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getTopTags

public static List<RecommendedTag> getTopTags(int howMany,
                                              Set<String> possibleTags,
                                              TopTags.Estimator<String> estimator)
                                       throws org.apache.mahout.cf.taste.common.TasteException
Throws:
org.apache.mahout.cf.taste.common.TasteException


Copyright © 2012. All Rights Reserved.