edu.qut.cs.rcmd.core.prob.impl
Class MongoRecommenderTagProbabilityProvider
java.lang.Object
edu.qut.cs.rcmd.core.prob.impl.MongoRecommenderTagProbabilityProvider
- All Implemented Interfaces:
- ProbabilityProvider<RecommenderProbSubject>, RecommenderProbabilityProvider
public class MongoRecommenderTagProbabilityProvider
- extends Object
- implements RecommenderProbabilityProvider
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MongoRecommenderTagProbabilityProvider
public MongoRecommenderTagProbabilityProvider(com.mongodb.DBCollection tagCollection)
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.