edu.qut.cs.rcmd.core.prob.impl
Class MongoRecommenderTagProbabilityProvider

java.lang.Object
  extended by edu.qut.cs.rcmd.core.prob.impl.MongoRecommenderTagProbabilityProvider
All Implemented Interfaces:
ProbabilityProvider<RecommenderProbSubject>, RecommenderProbabilityProvider

public class MongoRecommenderTagProbabilityProvider
extends Object
implements RecommenderProbabilityProvider


Constructor Summary
MongoRecommenderTagProbabilityProvider(com.mongodb.DBCollection tagCollection)
           
 
Method Summary
 List<Double> probabilityOf(List<ProbabilitySpec<RecommenderProbSubject>> specs)
           
 double probabilityOf(ProbabilitySpec<RecommenderProbSubject> spec)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MongoRecommenderTagProbabilityProvider

public MongoRecommenderTagProbabilityProvider(com.mongodb.DBCollection tagCollection)
Method Detail

probabilityOf

public double probabilityOf(ProbabilitySpec<RecommenderProbSubject> spec)
Specified by:
probabilityOf in interface ProbabilityProvider<RecommenderProbSubject>

probabilityOf

public List<Double> probabilityOf(List<ProbabilitySpec<RecommenderProbSubject>> specs)
Specified by:
probabilityOf in interface ProbabilityProvider<RecommenderProbSubject>


Copyright © 2012. All Rights Reserved.