A B C D E F G H I J K L M N O P R S T U V W Z

A

AbstractCandidateTagsStrategy - Class in edu.qut.cs.rcmd.core.tag.recommender.impl
 
AbstractCandidateTagsStrategy() - Constructor for class edu.qut.cs.rcmd.core.tag.recommender.impl.AbstractCandidateTagsStrategy
 
AbstractExperimentRecommenderBuilder - Class in edu.qut.cs.rcmd.experiment.kfold
 
AbstractExperimentRecommenderBuilder() - Constructor for class edu.qut.cs.rcmd.experiment.kfold.AbstractExperimentRecommenderBuilder
 
AbstractRecommenderExperiment - Class in edu.qut.cs.rcmd.experiment
 
AbstractRecommenderExperiment() - Constructor for class edu.qut.cs.rcmd.experiment.AbstractRecommenderExperiment
 
AbstractTagRecommender - Class in edu.qut.cs.rcmd.core.tag.recommender.impl
 
AbstractTagRecommender(DataModel, TagModel, CandidateTagsStrategy) - Constructor for class edu.qut.cs.rcmd.core.tag.recommender.impl.AbstractTagRecommender
 
AbstractTagRecommender(DataModel, TagModel) - Constructor for class edu.qut.cs.rcmd.core.tag.recommender.impl.AbstractTagRecommender
 
addData(List<RecommendedItem>, FastIDSet, int) - Method in class edu.qut.cs.rcmd.experiment.common.RecommenderIRStatisticsBuilder
 
addEdge(Graph, Object, Object, Double) - Static method in class edu.qut.cs.rcmd.common.graph.WeightedGraphSupport
 
addNumOfItemsForAnUser(long) - Method in class edu.qut.cs.rcmd.common.stats.RecommenderStatistics
 
addNumOfUsersForAnItem(long) - Method in class edu.qut.cs.rcmd.common.stats.RecommenderStatistics
 
allSimilarItemIDs(long) - Method in class edu.qut.cs.rcmd.core.alg.tidal.impl.TidalTrustItemSimilarity
 
allSimilarItemIDs(long) - Method in class edu.qut.cs.rcmd.core.alg.wtr.impl.WeightedTagSimilarityImpl
 
allSimilarItemIDs(long) - Method in class edu.qut.cs.rcmd.core.common.similarity.CandidateItemsStrategyBasedItemSimilarityAdapter
 
allSimilarItemIDs(long) - Method in class edu.qut.cs.rcmd.core.common.similarity.ItemSimilarityAdapter
 
allSimilarItemIDs(long) - Method in class edu.qut.cs.rcmd.core.common.similarity.MongoCacheItemSimilarity
 
apply(PreferenceArray) - Method in class edu.qut.cs.rcmd.experiment.common.BaseTrainingUserExperimentProfileConvertFunction
 
AutoFetchMongoCache<K,V> - Class in edu.qut.cs.rcmd.common.mongo.cache
 
AutoFetchMongoCache(DBCollection, Function<K, V>) - Constructor for class edu.qut.cs.rcmd.common.mongo.cache.AutoFetchMongoCache
 
averageFunction() - Static method in class edu.qut.cs.rcmd.common.util.MathFunctions
 

B

BaseKFoldRecommenderExperimentRunner - Class in edu.qut.cs.rcmd.experiment.kfold
 
BaseKFoldRecommenderExperimentRunner(DataModel, ExperimentConfig, Function<PreferenceArray, TrainingUserExperimentProfile>) - Constructor for class edu.qut.cs.rcmd.experiment.kfold.BaseKFoldRecommenderExperimentRunner
 
BaseKFoldRecommenderExperimentRunner(DataModel, ExperimentConfig) - Constructor for class edu.qut.cs.rcmd.experiment.kfold.BaseKFoldRecommenderExperimentRunner
 
BaseMongoCache<K,V> - Class in edu.qut.cs.rcmd.common.mongo.cache
 
BaseMongoCache(DBCollection) - Constructor for class edu.qut.cs.rcmd.common.mongo.cache.BaseMongoCache
 
BaseTrainingUserExperimentProfileConvertFunction - Class in edu.qut.cs.rcmd.experiment.common
 
BaseTrainingUserExperimentProfileConvertFunction() - Constructor for class edu.qut.cs.rcmd.experiment.common.BaseTrainingUserExperimentProfileConvertFunction
 
BasicRecommenderWrapper - Class in edu.qut.cs.rcmd.app.service
 
BasicRecommenderWrapper(Recommender) - Constructor for class edu.qut.cs.rcmd.app.service.BasicRecommenderWrapper
 
BasicTagRecommenderWrapper - Class in edu.qut.cs.rcmd.app.service.tag
 
BasicTagRecommenderWrapper(TagRecommender) - Constructor for class edu.qut.cs.rcmd.app.service.tag.BasicTagRecommenderWrapper
 
BasicTagRepresentationProvider - Class in edu.qut.cs.rcmd.core.alg.simtrust.impl
Basic implementation of the TagRepresentationProvider interface
BasicTagRepresentationProvider(TagModel, WeightedTagFormula) - Constructor for class edu.qut.cs.rcmd.core.alg.simtrust.impl.BasicTagRepresentationProvider
Constructor
BasicTidalTrustBasedItemRecommender - Class in edu.qut.cs.rcmd.core.alg.tidal.impl
 
BasicTidalTrustBasedItemRecommender(DataModel, ItemSimilarity) - Constructor for class edu.qut.cs.rcmd.core.alg.tidal.impl.BasicTidalTrustBasedItemRecommender
 
BasicTidalTrustBasedItemRecommender(DataModel, ItemSimilarity, Function<ItemSimilarity, ItemSimilarity>) - Constructor for class edu.qut.cs.rcmd.core.alg.tidal.impl.BasicTidalTrustBasedItemRecommender
 
BasicTidalTrustBasedItemRecommender(DataModel, ItemSimilarity, Function<ItemSimilarity, ItemSimilarity>, int) - Constructor for class edu.qut.cs.rcmd.core.alg.tidal.impl.BasicTidalTrustBasedItemRecommender
 
BasicTidalTrustBasedItemRecommender(DataModel, DBCollection, Function<ItemSimilarity, ItemSimilarity>, int) - Constructor for class edu.qut.cs.rcmd.core.alg.tidal.impl.BasicTidalTrustBasedItemRecommender
 
BasicTidalTrustBasedItemRecommenderWrapperProvider - Class in edu.qut.cs.rcmd.app.service.alg.tidal
 
BasicTidalTrustBasedItemRecommenderWrapperProvider() - Constructor for class edu.qut.cs.rcmd.app.service.alg.tidal.BasicTidalTrustBasedItemRecommenderWrapperProvider
 
BasicTidalTrustBasedUserRecommender - Class in edu.qut.cs.rcmd.core.alg.tidal.impl
This class is a user based recommender implemented using the Tidal Trust algorithm
BasicTidalTrustBasedUserRecommender(DataModel, UserSimilarity, Function<UserSimilarity, UserSimilarity>, boolean) - Constructor for class edu.qut.cs.rcmd.core.alg.tidal.impl.BasicTidalTrustBasedUserRecommender
Construct the user based recommender with common or nearest N user neighborhood (using similarity)
BasicTidalTrustBasedUserRecommender(DataModel, DBCollection, Function<UserSimilarity, UserSimilarity>, boolean) - Constructor for class edu.qut.cs.rcmd.core.alg.tidal.impl.BasicTidalTrustBasedUserRecommender
Construct the user based recommender with common or nearest N user neighborhood (using similarity cache)
BasicTidalTrustBasedUserRecommender(DataModel, UserSimilarity, boolean) - Constructor for class edu.qut.cs.rcmd.core.alg.tidal.impl.BasicTidalTrustBasedUserRecommender
Construct the user based recommender with common or nearest N user neighborhood
BasicTidalTrustBasedUserRecommender(DataModel, UserSimilarity, boolean, int, double) - Constructor for class edu.qut.cs.rcmd.core.alg.tidal.impl.BasicTidalTrustBasedUserRecommender
 
BasicTidalTrustBasedUserRecommender(DataModel, UserSimilarity, UserNeighborhood, boolean, int, double) - Constructor for class edu.qut.cs.rcmd.core.alg.tidal.impl.BasicTidalTrustBasedUserRecommender
 
build() - Method in interface edu.qut.cs.rcmd.core.prob.ProbabilitySpec.Builder
 
build() - Method in class edu.qut.cs.rcmd.experiment.common.RecommenderIRStatisticsBuilder
 
build() - Method in class edu.qut.cs.rcmd.experiment.ExperimentConfig.Builder
 
buildBooleanTrainingUserExperimentProfile(PreferenceArray) - Method in class edu.qut.cs.rcmd.experiment.common.BaseTrainingUserExperimentProfileConvertFunction
 
buildBooleanTrainingUserExperimentProfile(PreferenceArray) - Method in class edu.qut.cs.rcmd.experiment.common.RatioBasedTrainingUserExperimentProfileConvertFunction
 
buildBooleanTrainingUserExperimentProfile(PreferenceArray) - Method in class edu.qut.cs.rcmd.experiment.common.TrainingUserExperimentProfileConvertFunction
 
buildExperimentRecommender(DataModel) - Method in class edu.qut.cs.rcmd.experiment.AbstractRecommenderExperiment
 
buildExperimentRecommender(DataModel) - Method in class edu.qut.cs.rcmd.experiment.alg.jaccard.JaccardTrustRecommenderExperiment
 
buildExperimentRecommender(DataModel) - Method in class edu.qut.cs.rcmd.experiment.alg.simple.SimpleRecommenderExperiment
 
buildExperimentRecommender(DataModel) - Method in class edu.qut.cs.rcmd.experiment.alg.simtrust.SimTrustRecommenderExperiment
 
buildExperimentRecommender(DataModel) - Method in class edu.qut.cs.rcmd.experiment.alg.trustpropagation.TrustPropagationRecommenderExperiment
 
buildRecommender(ExperimentConfig, Map<Long, PreferenceArray>) - Method in class edu.qut.cs.rcmd.experiment.alg.jaccard.ExperimentJaccardTrustRecommenderBuilder
 
buildRecommender(ExperimentConfig, Map<Long, PreferenceArray>) - Method in class edu.qut.cs.rcmd.experiment.alg.simple.ExperimentSimpleRecommenderBuilder
 
buildRecommender(ExperimentConfig, Map<Long, PreferenceArray>) - Method in class edu.qut.cs.rcmd.experiment.alg.simtrust.ExperimentSimTrustRecommenderBuilder
 
buildRecommender(ExperimentConfig, Map<Long, PreferenceArray>) - Method in class edu.qut.cs.rcmd.experiment.alg.tidal.ExperimentBasicTidalRecommenderBuilder
 
buildRecommender(ExperimentConfig, Map<Long, PreferenceArray>) - Method in class edu.qut.cs.rcmd.experiment.alg.trustpropagation.ExperimentTrustPropagationRecommenderBuilder
 
buildRecommender(ExperimentConfig, Map<Long, PreferenceArray>) - Method in class edu.qut.cs.rcmd.experiment.alg.wtr.ExperimentUserBasedWeightedTagRecommenderBuilder
 
buildRecommender(ExperimentConfig, Map<Long, PreferenceArray>) - Method in interface edu.qut.cs.rcmd.experiment.kfold.ExperimentRecommenderBuilder
 
buildTrainingUserExperimentProfile(PreferenceArray) - Method in class edu.qut.cs.rcmd.experiment.common.BaseTrainingUserExperimentProfileConvertFunction
 
buildTrainingUserExperimentProfile(PreferenceArray) - Method in class edu.qut.cs.rcmd.experiment.common.RatioBasedTrainingUserExperimentProfileConvertFunction
 
buildTrainingUserExperimentProfile(PreferenceArray) - Method in class edu.qut.cs.rcmd.experiment.common.TrainingUserExperimentProfileConvertFunction
 
ByValueRecommendedTagComparator - Class in edu.qut.cs.rcmd.core.tag.recommender.impl
 
ByValueRecommendedTagComparator() - Constructor for class edu.qut.cs.rcmd.core.tag.recommender.impl.ByValueRecommendedTagComparator
 

C

CachingTidalTrustImpl<V> - Class in edu.qut.cs.rcmd.core.alg.tidal.impl
 
CachingTidalTrustImpl(Graph) - Constructor for class edu.qut.cs.rcmd.core.alg.tidal.impl.CachingTidalTrustImpl
 
calcTrustValue(V, V) - Method in class edu.qut.cs.rcmd.core.alg.tidal.impl.CachingTidalTrustImpl
 
CandidateItemsStrategyBasedItemSimilarityAdapter - Class in edu.qut.cs.rcmd.core.common.similarity
 
CandidateItemsStrategyBasedItemSimilarityAdapter(ItemSimilarity, DataModel) - Constructor for class edu.qut.cs.rcmd.core.common.similarity.CandidateItemsStrategyBasedItemSimilarityAdapter
 
CandidateItemsStrategyBasedItemSimilarityAdapter(ItemSimilarity, DataModel, int) - Constructor for class edu.qut.cs.rcmd.core.common.similarity.CandidateItemsStrategyBasedItemSimilarityAdapter
 
CandidateItemsStrategyBasedItemSimilarityAdapter(ItemSimilarity, Function<Long, FastIDSet>) - Constructor for class edu.qut.cs.rcmd.core.common.similarity.CandidateItemsStrategyBasedItemSimilarityAdapter
 
CandidateTagsStrategy - Interface in edu.qut.cs.rcmd.core.tag.recommender
Used to retrieve all tags that could possibly be recommended to the user for this item
clear() - Method in class edu.qut.cs.rcmd.common.mongo.cache.BaseMongoCache
 
clear() - Method in interface edu.qut.cs.rcmd.common.mongo.cache.MongoCache
 
CommonUserNeighborhood - Class in edu.qut.cs.rcmd.core.common.neighborhood
Computes a neighborhood consisting of all users with commonly rated items to the target user.
CommonUserNeighborhood(DataModel) - Constructor for class edu.qut.cs.rcmd.core.common.neighborhood.CommonUserNeighborhood
 
CommonUserNeighborhood(int, DataModel) - Constructor for class edu.qut.cs.rcmd.core.common.neighborhood.CommonUserNeighborhood
 
CommonUserNeighborhood(DataModel, double) - Constructor for class edu.qut.cs.rcmd.core.common.neighborhood.CommonUserNeighborhood
 
CommonUserNeighborhood(int, DataModel, double) - Constructor for class edu.qut.cs.rcmd.core.common.neighborhood.CommonUserNeighborhood
 
compare(RecommendedTag, RecommendedTag) - Method in class edu.qut.cs.rcmd.core.tag.recommender.impl.ByValueRecommendedTagComparator
 
computeDefaultPreferenceThreshold(PreferenceArray) - Static method in class edu.qut.cs.rcmd.experiment.common.IRStatsEvaluatorHelper
 
configIRStatsEvaluator(int, double) - Method in class edu.qut.cs.rcmd.experiment.ExperimentConfig.Builder
 
configMAEEvaluator(double) - Method in class edu.qut.cs.rcmd.experiment.ExperimentConfig.Builder
 
configure() - Method in class edu.qut.cs.rcmd.app.service.RecommenderModule
 
configure() - Method in class edu.qut.cs.rcmd.app.service.tag.TagRecommenderModule
 
configure() - Method in class edu.qut.cs.rcmd.experiment.driver.RecommenderExperimentModule
 
configure() - Method in class edu.qut.cs.rcmd.tool.importer.mongo.MongoDatasetImportToolModule
 
configure() - Method in class edu.qut.cs.rcmd.tool.RecommenderToolModule
 
containsKey(K) - Method in class edu.qut.cs.rcmd.common.mongo.cache.BaseMongoCache
 
containsKey(K) - Method in interface edu.qut.cs.rcmd.common.mongo.cache.MongoCache
 
cosine(Map<T, Double>, Map<T, Double>) - Static method in class edu.qut.cs.rcmd.common.function.Similarities
 
cosine(Map<T, Double>, Map<T, Double>, Similarities.DefaultValueProvider<T>) - Static method in class edu.qut.cs.rcmd.common.function.Similarities
 

D

database(String) - Method in class edu.qut.cs.rcmd.experiment.ExperimentConfig.Builder
 
DataModelAdapter - Class in edu.qut.cs.rcmd.experiment.common
 
DataModelAdapter(DataModel) - Constructor for class edu.qut.cs.rcmd.experiment.common.DataModelAdapter
 
DatasetImportTask - Interface in edu.qut.cs.rcmd.tool.importer
 
dbCollection - Variable in class edu.qut.cs.rcmd.common.mongo.cache.BaseMongoCache
 
DEFAULT_ATTR_ITEM_ID - Static variable in class edu.qut.cs.rcmd.core.model.tag.impl.MongoDBTagModel
 
DEFAULT_ATTR_TAG - Static variable in class edu.qut.cs.rcmd.core.model.tag.impl.MongoDBTagModel
 
DEFAULT_ATTR_USER_ID - Static variable in class edu.qut.cs.rcmd.core.model.tag.impl.MongoDBTagModel
 
DEFAULT_CACHE_SIMILARITY_CONVERT_FUNCTION - Static variable in class edu.qut.cs.rcmd.common.util.SimilarityGraphHelper
 
defaultValue(boolean, T) - Method in interface edu.qut.cs.rcmd.common.function.Similarities.DefaultValueProvider
 
delegate - Variable in class edu.qut.cs.rcmd.core.common.similarity.ItemSimilarityAdapter
 
delegate - Variable in class edu.qut.cs.rcmd.core.common.similarity.UserSimilarityAdapter
 
delegate - Variable in class edu.qut.cs.rcmd.experiment.common.DataModelAdapter
 
doEstimateTagScore(long, long[], long, String) - Method in class edu.qut.cs.rcmd.core.tag.recommender.impl.GenericUserBasedTagRecommender
 
doLazyInit() - Method in class edu.qut.cs.rcmd.app.service.LazyInitRecommenderWrapper
 

E

edu.qut.cs.rcmd.app.rs - package edu.qut.cs.rcmd.app.rs
 
edu.qut.cs.rcmd.app.rs.tag - package edu.qut.cs.rcmd.app.rs.tag
 
edu.qut.cs.rcmd.app.server - package edu.qut.cs.rcmd.app.server
 
edu.qut.cs.rcmd.app.service - package edu.qut.cs.rcmd.app.service
 
edu.qut.cs.rcmd.app.service.alg.jaccard - package edu.qut.cs.rcmd.app.service.alg.jaccard
 
edu.qut.cs.rcmd.app.service.alg.simple - package edu.qut.cs.rcmd.app.service.alg.simple
 
edu.qut.cs.rcmd.app.service.alg.simtrust - package edu.qut.cs.rcmd.app.service.alg.simtrust
 
edu.qut.cs.rcmd.app.service.alg.tag.simple - package edu.qut.cs.rcmd.app.service.alg.tag.simple
 
edu.qut.cs.rcmd.app.service.alg.tidal - package edu.qut.cs.rcmd.app.service.alg.tidal
 
edu.qut.cs.rcmd.app.service.alg.trustpropagation - package edu.qut.cs.rcmd.app.service.alg.trustpropagation
 
edu.qut.cs.rcmd.app.service.tag - package edu.qut.cs.rcmd.app.service.tag
 
edu.qut.cs.rcmd.app.util - package edu.qut.cs.rcmd.app.util
 
edu.qut.cs.rcmd.common.function - package edu.qut.cs.rcmd.common.function
 
edu.qut.cs.rcmd.common.graph - package edu.qut.cs.rcmd.common.graph
 
edu.qut.cs.rcmd.common.importer.mongo - package edu.qut.cs.rcmd.common.importer.mongo
 
edu.qut.cs.rcmd.common.mongo.cache - package edu.qut.cs.rcmd.common.mongo.cache
 
edu.qut.cs.rcmd.common.stats - package edu.qut.cs.rcmd.common.stats
 
edu.qut.cs.rcmd.common.stats.mongo - package edu.qut.cs.rcmd.common.stats.mongo
 
edu.qut.cs.rcmd.common.util - package edu.qut.cs.rcmd.common.util
 
edu.qut.cs.rcmd.core.alg.jaccard - package edu.qut.cs.rcmd.core.alg.jaccard
 
edu.qut.cs.rcmd.core.alg.jaccard.impl - package edu.qut.cs.rcmd.core.alg.jaccard.impl
 
edu.qut.cs.rcmd.core.alg.simtrust - package edu.qut.cs.rcmd.core.alg.simtrust
 
edu.qut.cs.rcmd.core.alg.simtrust.impl - package edu.qut.cs.rcmd.core.alg.simtrust.impl
 
edu.qut.cs.rcmd.core.alg.tidal - package edu.qut.cs.rcmd.core.alg.tidal
 
edu.qut.cs.rcmd.core.alg.tidal.impl - package edu.qut.cs.rcmd.core.alg.tidal.impl
 
edu.qut.cs.rcmd.core.alg.wtr - package edu.qut.cs.rcmd.core.alg.wtr
 
edu.qut.cs.rcmd.core.alg.wtr.impl - package edu.qut.cs.rcmd.core.alg.wtr.impl
 
edu.qut.cs.rcmd.core.common.neighborhood - package edu.qut.cs.rcmd.core.common.neighborhood
 
edu.qut.cs.rcmd.core.common.recommender - package edu.qut.cs.rcmd.core.common.recommender
 
edu.qut.cs.rcmd.core.common.similarity - package edu.qut.cs.rcmd.core.common.similarity
 
edu.qut.cs.rcmd.core.model.tag - package edu.qut.cs.rcmd.core.model.tag
 
edu.qut.cs.rcmd.core.model.tag.impl - package edu.qut.cs.rcmd.core.model.tag.impl
 
edu.qut.cs.rcmd.core.prob - package edu.qut.cs.rcmd.core.prob
 
edu.qut.cs.rcmd.core.prob.impl - package edu.qut.cs.rcmd.core.prob.impl
 
edu.qut.cs.rcmd.core.tag.recommender - package edu.qut.cs.rcmd.core.tag.recommender
 
edu.qut.cs.rcmd.core.tag.recommender.impl - package edu.qut.cs.rcmd.core.tag.recommender.impl
 
edu.qut.cs.rcmd.experiment - package edu.qut.cs.rcmd.experiment
 
edu.qut.cs.rcmd.experiment.alg.jaccard - package edu.qut.cs.rcmd.experiment.alg.jaccard
 
edu.qut.cs.rcmd.experiment.alg.simple - package edu.qut.cs.rcmd.experiment.alg.simple
 
edu.qut.cs.rcmd.experiment.alg.simtrust - package edu.qut.cs.rcmd.experiment.alg.simtrust
 
edu.qut.cs.rcmd.experiment.alg.tidal - package edu.qut.cs.rcmd.experiment.alg.tidal
 
edu.qut.cs.rcmd.experiment.alg.trustpropagation - package edu.qut.cs.rcmd.experiment.alg.trustpropagation
 
edu.qut.cs.rcmd.experiment.alg.wtr - package edu.qut.cs.rcmd.experiment.alg.wtr
 
edu.qut.cs.rcmd.experiment.common - package edu.qut.cs.rcmd.experiment.common
 
edu.qut.cs.rcmd.experiment.driver - package edu.qut.cs.rcmd.experiment.driver
 
edu.qut.cs.rcmd.experiment.kfold - package edu.qut.cs.rcmd.experiment.kfold
 
edu.qut.cs.rcmd.tool - package edu.qut.cs.rcmd.tool
 
edu.qut.cs.rcmd.tool.driver - package edu.qut.cs.rcmd.tool.driver
 
edu.qut.cs.rcmd.tool.export - package edu.qut.cs.rcmd.tool.export
 
edu.qut.cs.rcmd.tool.export.gephi - package edu.qut.cs.rcmd.tool.export.gephi
 
edu.qut.cs.rcmd.tool.importer - package edu.qut.cs.rcmd.tool.importer
 
edu.qut.cs.rcmd.tool.importer.mongo - package edu.qut.cs.rcmd.tool.importer.mongo
 
edu.qut.cs.rcmd.tool.stats.mongo - package edu.qut.cs.rcmd.tool.stats.mongo
 
edu.qut.cs.rcmd.tool.transform.mongo - package edu.qut.cs.rcmd.tool.transform.mongo
 
equals(Object) - Method in class edu.qut.cs.rcmd.core.prob.RecommenderProbSubject
 
estimate(T) - Method in interface edu.qut.cs.rcmd.core.tag.recommender.impl.TopTags.Estimator
 
estimatePreference(long, long) - Method in class edu.qut.cs.rcmd.core.alg.wtr.impl.WeightedTagBasedUserRecommender
 
estimateTagScore(long, long, String) - Method in class edu.qut.cs.rcmd.core.tag.recommender.impl.AbstractTagRecommender
 
estimateTagScore(long, long, String) - Method in interface edu.qut.cs.rcmd.core.tag.recommender.TagRecommender
 
Event - Interface in edu.qut.cs.rcmd.core.prob
use to describe a probability event.
execute(Map<String, Object>) - Method in class edu.qut.cs.rcmd.tool.export.gephi.RecommenderDatasetGephiExportTool
 
execute(Map<String, Object>) - Method in class edu.qut.cs.rcmd.tool.export.RecommenderDatasetExportTool
 
execute(Map<String, Object>) - Method in interface edu.qut.cs.rcmd.tool.RecommenderTool
 
execute(Map<String, Object>) - Method in class edu.qut.cs.rcmd.tool.stats.mongo.RecommenderDatasetStatsTool
 
execute(Map<String, Object>) - Method in class edu.qut.cs.rcmd.tool.transform.mongo.RecommenderDatasetTransformTool
 
ExperimentBasicTidalRecommenderBuilder - Class in edu.qut.cs.rcmd.experiment.alg.tidal
 
ExperimentBasicTidalRecommenderBuilder() - Constructor for class edu.qut.cs.rcmd.experiment.alg.tidal.ExperimentBasicTidalRecommenderBuilder
 
ExperimentConfig - Class in edu.qut.cs.rcmd.experiment
 
ExperimentConfig.Builder - Class in edu.qut.cs.rcmd.experiment
 
ExperimentConfig.Builder() - Constructor for class edu.qut.cs.rcmd.experiment.ExperimentConfig.Builder
 
ExperimentConfig.Builder(double) - Constructor for class edu.qut.cs.rcmd.experiment.ExperimentConfig.Builder
 
ExperimentConfig.Builder(ExperimentConfig) - Constructor for class edu.qut.cs.rcmd.experiment.ExperimentConfig.Builder
 
ExperimentJaccardTrustRecommenderBuilder - Class in edu.qut.cs.rcmd.experiment.alg.jaccard
This class will run a user based recommender using the Jaccard algorithm
ExperimentJaccardTrustRecommenderBuilder() - Constructor for class edu.qut.cs.rcmd.experiment.alg.jaccard.ExperimentJaccardTrustRecommenderBuilder
 
ExperimentRecommenderBuilder - Interface in edu.qut.cs.rcmd.experiment.kfold
 
ExperimentSimpleRecommenderBuilder - Class in edu.qut.cs.rcmd.experiment.alg.simple
 
ExperimentSimpleRecommenderBuilder() - Constructor for class edu.qut.cs.rcmd.experiment.alg.simple.ExperimentSimpleRecommenderBuilder
 
ExperimentSimTrustRecommenderBuilder - Class in edu.qut.cs.rcmd.experiment.alg.simtrust
This class will run a user based recommender using the SimTrust algorithm
ExperimentSimTrustRecommenderBuilder() - Constructor for class edu.qut.cs.rcmd.experiment.alg.simtrust.ExperimentSimTrustRecommenderBuilder
 
ExperimentTrustPropagationRecommenderBuilder - Class in edu.qut.cs.rcmd.experiment.alg.trustpropagation
This class will run a user based recommender using the Trust Propagation based algorithm
ExperimentTrustPropagationRecommenderBuilder() - Constructor for class edu.qut.cs.rcmd.experiment.alg.trustpropagation.ExperimentTrustPropagationRecommenderBuilder
 
ExperimentUserBasedWeightedTagRecommenderBuilder - Class in edu.qut.cs.rcmd.experiment.alg.wtr
 
ExperimentUserBasedWeightedTagRecommenderBuilder(TagModel, RecommenderProbabilityProvider, Mongo, String) - Constructor for class edu.qut.cs.rcmd.experiment.alg.wtr.ExperimentUserBasedWeightedTagRecommenderBuilder
 

F

FastSimTrustImpl<K> - Class in edu.qut.cs.rcmd.core.alg.simtrust.impl
Basic implementation of the SimTrust interface
FastSimTrustImpl() - Constructor for class edu.qut.cs.rcmd.core.alg.simtrust.impl.FastSimTrustImpl
Default Constructor
fromIdToLong(String, boolean) - Method in class org.apache.mahout.cf.taste.impl.model.mongodb.MongoDBDataModel
Translates the MongoDB identifier to Mahout/MongoDBDataModel's internal identifier, if required.
fromJSONString(String) - Method in class edu.qut.cs.rcmd.experiment.ExperimentConfig.Builder
 
fromLongToId(long) - Method in class org.apache.mahout.cf.taste.impl.model.mongodb.MongoDBDataModel
Translates the Mahout/MongoDBDataModel's internal identifier to MongoDB identifier, if required.
fromMap(Map<String, Object>) - Method in class edu.qut.cs.rcmd.experiment.ExperimentConfig.Builder
 

G

GenericRecommendedTag - Class in edu.qut.cs.rcmd.core.model.tag.impl
 
GenericRecommendedTag(String, float) - Constructor for class edu.qut.cs.rcmd.core.model.tag.impl.GenericRecommendedTag
 
GenericTagScore - Class in edu.qut.cs.rcmd.core.model.tag.impl
 
GenericTagScore() - Constructor for class edu.qut.cs.rcmd.core.model.tag.impl.GenericTagScore
 
GenericUserBasedTagRecommender - Class in edu.qut.cs.rcmd.core.tag.recommender.impl
 
GenericUserBasedTagRecommender(DataModel, TagModel, UserNeighborhood, UserSimilarity) - Constructor for class edu.qut.cs.rcmd.core.tag.recommender.impl.GenericUserBasedTagRecommender
 
get() - Method in class edu.qut.cs.rcmd.app.service.alg.jaccard.JaccardTrustRecommenderWrapperProvider
 
get() - Method in class edu.qut.cs.rcmd.app.service.alg.simple.SimpleRecommenderWrapperProvider
 
get() - Method in class edu.qut.cs.rcmd.app.service.alg.simtrust.SimTrustRecommenderWrapperProvider
 
get() - Method in class edu.qut.cs.rcmd.app.service.alg.simtrust.TagRepresentationProviderProvider
 
get() - Method in class edu.qut.cs.rcmd.app.service.alg.tag.simple.SimpleTagRecommenderWrapperProvider
 
get() - Method in class edu.qut.cs.rcmd.app.service.alg.tidal.BasicTidalTrustBasedItemRecommenderWrapperProvider
 
get() - Method in class edu.qut.cs.rcmd.app.service.alg.trustpropagation.TrustPropagationRecommenderWrapperProvider
 
get(K) - Method in class edu.qut.cs.rcmd.common.mongo.cache.AutoFetchMongoCache
 
get(K) - Method in class edu.qut.cs.rcmd.common.mongo.cache.BaseMongoCache
 
get(K) - Method in interface edu.qut.cs.rcmd.common.mongo.cache.MongoCache
 
get() - Method in class edu.qut.cs.rcmd.experiment.alg.simtrust.TagRepresentationProviderProvider
 
get(String) - Method in interface edu.qut.cs.rcmd.experiment.driver.MongoDBDataModelProvider
 
getAdaptedDataModel(ExperimentConfig, Map<Long, PreferenceArray>) - Method in class edu.qut.cs.rcmd.experiment.kfold.AbstractExperimentRecommenderBuilder
 
getAllTags() - Method in class edu.qut.cs.rcmd.core.model.tag.impl.MemoryBasedTagModel
 
getAllTags() - Method in class edu.qut.cs.rcmd.core.model.tag.impl.MongoDBTagModel
 
getAllTags() - Method in interface edu.qut.cs.rcmd.core.model.tag.TagModel
 
getBasicItemInfo(List<Long>) - Method in class edu.qut.cs.rcmd.app.rs.RecommenderInfoService
 
getBasicItemInfo(Collection<Long>) - Method in interface edu.qut.cs.rcmd.app.service.RecommenderInformationService
 
getBasicItemInfo(Collection<Long>) - Method in class edu.qut.cs.rcmd.app.service.RecommenderInformationServiceImpl
 
getCachingItemSimilarityAdapter(DataModel) - Static method in class edu.qut.cs.rcmd.core.common.similarity.SimilarityAdapterFunctions
 
getCachingUserSimilarityAdapter(DataModel) - Static method in class edu.qut.cs.rcmd.core.common.similarity.SimilarityAdapterFunctions
 
getCandidateItems(long, PreferenceArray, DataModel) - Method in class edu.qut.cs.rcmd.core.common.recommender.NPassCandidateItemsStrategy
 
getCandidateItems(long, PreferenceArray, DataModel) - Method in class edu.qut.cs.rcmd.core.common.recommender.UserNeighborhoodBasedCandidateItemsStrategy
 
getCandidateItems(long, long[], PreferenceArray, DataModel) - Method in class edu.qut.cs.rcmd.core.common.recommender.UserNeighborhoodBasedCandidateItemsStrategy
 
getCandidateTags(long, long, PreferenceArray, DataModel, TagModel) - Method in interface edu.qut.cs.rcmd.core.tag.recommender.CandidateTagsStrategy
 
getCandidateTags(long, long, PreferenceArray, DataModel, TagModel) - Method in class edu.qut.cs.rcmd.core.tag.recommender.impl.AbstractCandidateTagsStrategy
 
getCandidateTags(long, long, PreferenceArray) - Method in class edu.qut.cs.rcmd.core.tag.recommender.impl.AbstractTagRecommender
 
getCollection(Mongo, String, String, boolean) - Static method in class edu.qut.cs.rcmd.common.util.MongoDBUtils
 
getCollection(DB, String, boolean) - Static method in class edu.qut.cs.rcmd.common.util.MongoDBUtils
 
getConditionalEvents() - Method in class edu.qut.cs.rcmd.core.prob.ProbabilitySpec
 
getDatabase() - Method in class edu.qut.cs.rcmd.experiment.ExperimentConfig
 
getDataModel() - Method in class edu.qut.cs.rcmd.core.tag.recommender.impl.AbstractTagRecommender
 
getDataModel() - Method in interface edu.qut.cs.rcmd.core.tag.recommender.TagRecommender
 
getDefaultCandidateTagsStrategy() - Static method in class edu.qut.cs.rcmd.core.tag.recommender.impl.AbstractTagRecommender
 
getDefaultExperimentConfig() - Method in class edu.qut.cs.rcmd.experiment.alg.jaccard.JaccardTrustRecommenderExperiment
 
getDefaultExperimentConfig() - Method in class edu.qut.cs.rcmd.experiment.alg.simple.SimpleRecommenderExperiment
 
getDefaultExperimentConfig() - Method in class edu.qut.cs.rcmd.experiment.alg.simtrust.SimTrustRecommenderExperiment
 
getDefaultExperimentConfig() - Method in class edu.qut.cs.rcmd.experiment.alg.trustpropagation.TrustPropagationRecommenderExperiment
 
getDefaultExperimentConfig() - Method in class edu.qut.cs.rcmd.experiment.kfold.KFoldRecommenderExperiment
 
getDefaultExperimentConfig() - Method in interface edu.qut.cs.rcmd.experiment.RecommenderExperiment
 
getEdge(Vertex, Object) - Static method in class edu.qut.cs.rcmd.common.graph.WeightedGraphSupport
 
getEvaluationPercentage() - Method in class edu.qut.cs.rcmd.experiment.ExperimentConfig
 
getFrom() - Method in class edu.qut.cs.rcmd.common.util.SimilarityGraphHelper.SimilarityEntry
 
getInjector() - Method in class edu.qut.cs.rcmd.app.server.RecommenderGuiceServletConfig
 
getInstance(Mongo, String, String) - Static method in class edu.qut.cs.rcmd.common.util.MongoDBDataModelFactory
 
getInstance() - Static method in class edu.qut.cs.rcmd.core.tag.recommender.impl.ByValueRecommendedTagComparator
 
getInstance(Class<? extends PreferenceArray>, List<Preference>) - Method in class edu.qut.cs.rcmd.experiment.common.BaseTrainingUserExperimentProfileConvertFunction
 
getISBN() - Method in class edu.qut.cs.rcmd.app.service.RecommenderInformationService.ItemInfo
 
getItemID() - Method in class edu.qut.cs.rcmd.core.model.tag.impl.GenericTagScore
 
getItemID() - Method in interface edu.qut.cs.rcmd.core.model.tag.TagScore
 
getItemId() - Method in class edu.qut.cs.rcmd.core.model.tag.UserTagging
 
getItemIDs(long) - Method in class edu.qut.cs.rcmd.core.model.tag.impl.MemoryBasedTagModel
 
getItemIDs(long, String) - Method in class edu.qut.cs.rcmd.core.model.tag.impl.MemoryBasedTagModel
 
getItemIDs(long) - Method in class edu.qut.cs.rcmd.core.model.tag.impl.MongoDBTagModel
 
getItemIDs(long, String) - Method in class edu.qut.cs.rcmd.core.model.tag.impl.MongoDBTagModel
 
getItemIDs(long) - Method in interface edu.qut.cs.rcmd.core.model.tag.TagModel
 
getItemIDs(long, String) - Method in interface edu.qut.cs.rcmd.core.model.tag.TagModel
 
getItemIDs() - Method in class edu.qut.cs.rcmd.experiment.common.DataModelAdapter
 
getItemIDs() - Method in class org.apache.mahout.cf.taste.impl.model.mongodb.MongoDBDataModel
 
getItemIDsFromUser(long) - Method in class edu.qut.cs.rcmd.experiment.common.DataModelAdapter
 
getItemIDsFromUser(long) - Method in class edu.qut.cs.rcmd.experiment.common.TrainingUserPreferenceDataModelAdapter
 
getItemIDsFromUser(long) - Method in class org.apache.mahout.cf.taste.impl.model.mongodb.MongoDBDataModel
 
getItemRepresentation(long) - Method in class edu.qut.cs.rcmd.core.alg.wtr.impl.WeightedTagFormulaImpl
 
getItemRepresentation(long) - Method in interface edu.qut.cs.rcmd.core.alg.wtr.WeightedTagFormula
 
getItemTaggingHistory(long) - Method in class edu.qut.cs.rcmd.core.model.tag.impl.MemoryBasedTagModel
 
getItemTaggingHistory(long) - Method in class edu.qut.cs.rcmd.core.model.tag.impl.MongoDBTagModel
 
getItemTaggingHistory(long) - Method in interface edu.qut.cs.rcmd.core.model.tag.TagModel
 
getItemTags(long...) - Method in class edu.qut.cs.rcmd.core.model.tag.impl.MemoryBasedTagModel
 
getItemTags(long...) - Method in class edu.qut.cs.rcmd.core.model.tag.impl.MongoDBTagModel
 
getItemTags(long...) - Method in interface edu.qut.cs.rcmd.core.model.tag.TagModel
 
getKey() - Method in class edu.qut.cs.rcmd.experiment.alg.jaccard.ExperimentJaccardTrustRecommenderBuilder
 
getKey() - Method in class edu.qut.cs.rcmd.experiment.alg.simple.ExperimentSimpleRecommenderBuilder
 
getKey() - Method in class edu.qut.cs.rcmd.experiment.alg.simtrust.ExperimentSimTrustRecommenderBuilder
 
getKey() - Method in class edu.qut.cs.rcmd.experiment.alg.tidal.ExperimentBasicTidalRecommenderBuilder
 
getKey() - Method in class edu.qut.cs.rcmd.experiment.alg.trustpropagation.ExperimentTrustPropagationRecommenderBuilder
 
getKey() - Method in class edu.qut.cs.rcmd.experiment.alg.wtr.ExperimentUserBasedWeightedTagRecommenderBuilder
 
getKey() - Method in interface edu.qut.cs.rcmd.experiment.kfold.ExperimentRecommenderBuilder
 
getKFold() - Method in class edu.qut.cs.rcmd.experiment.ExperimentConfig
 
getKFoldExperiments() - Method in class edu.qut.cs.rcmd.experiment.ExperimentConfig
 
getMaxPreference() - Method in class edu.qut.cs.rcmd.experiment.common.DataModelAdapter
 
getMaxPreference() - Method in class org.apache.mahout.cf.taste.impl.model.mongodb.MongoDBDataModel
 
getMinPreference() - Method in class edu.qut.cs.rcmd.experiment.common.DataModelAdapter
 
getMinPreference() - Method in class org.apache.mahout.cf.taste.impl.model.mongodb.MongoDBDataModel
 
getNamed() - Method in enum edu.qut.cs.rcmd.tool.ToolKey
 
getNumItems() - Method in class edu.qut.cs.rcmd.experiment.common.DataModelAdapter
 
getNumItems() - Method in class org.apache.mahout.cf.taste.impl.model.mongodb.MongoDBDataModel
 
getNumOfItemsByUser() - Method in class edu.qut.cs.rcmd.common.stats.RecommenderStatistics
 
getNumOfUsersByItem() - Method in class edu.qut.cs.rcmd.common.stats.RecommenderStatistics
 
getNumUsers() - Method in class edu.qut.cs.rcmd.experiment.common.DataModelAdapter
 
getNumUsers() - Method in class org.apache.mahout.cf.taste.impl.model.mongodb.MongoDBDataModel
 
getNumUsersWithPreferenceFor(long...) - Method in class edu.qut.cs.rcmd.experiment.common.DataModelAdapter
 
getNumUsersWithPreferenceFor(long...) - Method in class org.apache.mahout.cf.taste.impl.model.mongodb.MongoDBDataModel
 
getPreferencesForItem(long) - Method in class edu.qut.cs.rcmd.experiment.common.DataModelAdapter
 
getPreferencesForItem(long) - Method in class org.apache.mahout.cf.taste.impl.model.mongodb.MongoDBDataModel
 
getPreferencesFromUser(long) - Method in class edu.qut.cs.rcmd.experiment.common.DataModelAdapter
 
getPreferencesFromUser(long) - Method in class edu.qut.cs.rcmd.experiment.common.TrainingUserPreferenceDataModelAdapter
 
getPreferencesFromUser(long) - Method in class org.apache.mahout.cf.taste.impl.model.mongodb.MongoDBDataModel
 
getPreferenceTime(long, long) - Method in class edu.qut.cs.rcmd.experiment.common.DataModelAdapter
 
getPreferenceTime(long, long) - Method in class org.apache.mahout.cf.taste.impl.model.mongodb.MongoDBDataModel
 
getPreferenceValue(long, long) - Method in class edu.qut.cs.rcmd.experiment.common.DataModelAdapter
 
getPreferenceValue(long, long) - Method in class edu.qut.cs.rcmd.experiment.common.TrainingUserPreferenceDataModelAdapter
 
getPreferenceValue(long, long) - Method in class org.apache.mahout.cf.taste.impl.model.mongodb.MongoDBDataModel
 
getRelevanceThreshold() - Method in class edu.qut.cs.rcmd.experiment.ExperimentConfig
 
getResultOutputFile() - Method in class edu.qut.cs.rcmd.experiment.ExperimentConfig
 
getShortTitle() - Method in class edu.qut.cs.rcmd.app.service.RecommenderInformationService.ItemInfo
 
getSubjectEvents() - Method in class edu.qut.cs.rcmd.core.prob.ProbabilitySpec
 
getTag() - Method in class edu.qut.cs.rcmd.core.model.tag.impl.GenericRecommendedTag
 
getTag() - Method in class edu.qut.cs.rcmd.core.model.tag.impl.GenericTagScore
 
getTag() - Method in interface edu.qut.cs.rcmd.core.model.tag.RecommendedTag
 
getTag() - Method in interface edu.qut.cs.rcmd.core.model.tag.TagScore
 
getTag() - Method in class edu.qut.cs.rcmd.core.model.tag.UserTagging
 
getTagAuthors(String...) - Method in class edu.qut.cs.rcmd.core.model.tag.impl.MemoryBasedTagModel
 
getTagAuthors(String...) - Method in class edu.qut.cs.rcmd.core.model.tag.impl.MongoDBTagModel
 
getTagAuthors(String...) - Method in interface edu.qut.cs.rcmd.core.model.tag.TagModel
 
getTaggedItems(String...) - Method in class edu.qut.cs.rcmd.core.model.tag.impl.MemoryBasedTagModel
 
getTaggedItems(String...) - Method in class edu.qut.cs.rcmd.core.model.tag.impl.MongoDBTagModel
 
getTaggedItems(String...) - Method in interface edu.qut.cs.rcmd.core.model.tag.TagModel
 
getTagModel() - Method in class edu.qut.cs.rcmd.core.tag.recommender.impl.AbstractTagRecommender
 
getTagModel() - Method in interface edu.qut.cs.rcmd.core.tag.recommender.TagRecommender
 
getTargetPreferences() - Method in class edu.qut.cs.rcmd.experiment.common.TrainingUserExperimentProfile
 
getTitle() - Method in class edu.qut.cs.rcmd.app.service.RecommenderInformationService.ItemInfo
 
getTo() - Method in class edu.qut.cs.rcmd.common.util.SimilarityGraphHelper.SimilarityEntry
 
getTopN() - Method in class edu.qut.cs.rcmd.experiment.ExperimentConfig
 
getTopTags(int, Set<String>, TopTags.Estimator<String>) - Static method in class edu.qut.cs.rcmd.core.tag.recommender.impl.TopTags
 
getTrainingPercentage() - Method in class edu.qut.cs.rcmd.experiment.ExperimentConfig
 
getTrainingPreferences() - Method in class edu.qut.cs.rcmd.experiment.common.TrainingUserExperimentProfile
 
getType() - Method in class edu.qut.cs.rcmd.core.prob.RecommenderProbSubject
 
getUserID() - Method in class edu.qut.cs.rcmd.core.model.tag.impl.GenericTagScore
 
getUserID() - Method in interface edu.qut.cs.rcmd.core.model.tag.TagScore
 
getUserId() - Method in class edu.qut.cs.rcmd.core.model.tag.UserTagging
 
getUserIDs() - Method in class edu.qut.cs.rcmd.experiment.common.DataModelAdapter
 
getUserIDs() - Method in class org.apache.mahout.cf.taste.impl.model.mongodb.MongoDBDataModel
 
getUserNeighborhood(long) - Method in class edu.qut.cs.rcmd.core.common.neighborhood.CommonUserNeighborhood
 
getUserProfile(long) - Method in class edu.qut.cs.rcmd.core.alg.wtr.impl.WeightedTagFormulaImpl
 
getUserProfile(long) - Method in interface edu.qut.cs.rcmd.core.alg.wtr.WeightedTagFormula
 
getUserTaggingHistory(long) - Method in class edu.qut.cs.rcmd.core.model.tag.impl.MemoryBasedTagModel
 
getUserTaggingHistory(long) - Method in class edu.qut.cs.rcmd.core.model.tag.impl.MongoDBTagModel
 
getUserTaggingHistory(long) - Method in interface edu.qut.cs.rcmd.core.model.tag.TagModel
 
getUserTaggings() - Method in class edu.qut.cs.rcmd.core.model.tag.impl.MemoryBasedTagModel
 
getUserTaggings() - Method in class edu.qut.cs.rcmd.core.model.tag.impl.MongoDBTagModel
 
getUserTaggings() - Method in interface edu.qut.cs.rcmd.core.model.tag.TagModel
 
getUserTagRepresentation(long) - Method in class edu.qut.cs.rcmd.core.alg.simtrust.impl.BasicTagRepresentationProvider
 
getUserTagRepresentation(long) - Method in interface edu.qut.cs.rcmd.core.alg.simtrust.TagRepresentationProvider
Get the tag representation of a specific user
getUserTags(long...) - Method in class edu.qut.cs.rcmd.core.model.tag.impl.MemoryBasedTagModel
 
getUserTags(long...) - Method in class edu.qut.cs.rcmd.core.model.tag.impl.MongoDBTagModel
 
getUserTags(long...) - Method in interface edu.qut.cs.rcmd.core.model.tag.TagModel
 
getValue() - Method in class edu.qut.cs.rcmd.common.util.SimilarityGraphHelper.SimilarityEntry
 
getValue() - Method in class edu.qut.cs.rcmd.core.model.tag.impl.GenericRecommendedTag
 
getValue() - Method in class edu.qut.cs.rcmd.core.model.tag.impl.GenericTagScore
 
getValue() - Method in interface edu.qut.cs.rcmd.core.model.tag.RecommendedTag
 
getValue() - Method in interface edu.qut.cs.rcmd.core.model.tag.TagScore
 
getValue() - Method in class edu.qut.cs.rcmd.core.prob.RecommenderProbSubject
 
getVertex(Graph, Object) - Static method in class edu.qut.cs.rcmd.common.graph.WeightedGraphSupport
 
getWeight(Edge) - Static method in class edu.qut.cs.rcmd.common.graph.WeightedGraphSupport
 
getZeroBasedDefaultValueProvider() - Static method in class edu.qut.cs.rcmd.common.function.Similarities
 
given(T...) - Method in interface edu.qut.cs.rcmd.core.prob.ProbabilitySpec.ConditionBuilder
 
greaterThan(double) - Static method in class edu.qut.cs.rcmd.common.util.MathPredicates
 

H

handleResult(IRStatistics, ExperimentConfig) - Method in class edu.qut.cs.rcmd.experiment.AbstractRecommenderExperiment
 
hashCode() - Method in class edu.qut.cs.rcmd.core.prob.RecommenderProbSubject
 
hasPreferenceValues() - Method in class edu.qut.cs.rcmd.experiment.common.DataModelAdapter
 
hasPreferenceValues() - Method in class org.apache.mahout.cf.taste.impl.model.mongodb.MongoDBDataModel
 
hugeBatchUserBasedTagRelevances(long, String, List<String>, FastIDSet) - Method in class edu.qut.cs.rcmd.core.alg.wtr.impl.WeightedTagFormulaImpl
 

I

iif(String) - Method in class edu.qut.cs.rcmd.core.alg.wtr.impl.WeightedTagFormulaImpl
 
iif(String) - Method in interface edu.qut.cs.rcmd.core.alg.wtr.WeightedTagFormula
 
importImplicitUserRatings(DB, String, boolean) - Static method in class edu.qut.cs.rcmd.common.importer.mongo.MongoDatasetImportSupport
 
importItemInformation(DB, String, boolean) - Static method in class edu.qut.cs.rcmd.common.importer.mongo.MongoDatasetImportSupport
 
importUserTaggingPreferences(DB, String, boolean) - Static method in class edu.qut.cs.rcmd.common.importer.mongo.MongoDatasetImportSupport
 
initRecommender() - Method in class edu.qut.cs.rcmd.app.service.LazyInitRecommenderWrapper
 
IRStatsEvaluatorHelper - Class in edu.qut.cs.rcmd.experiment.common
 
isBooleanPreferences(PreferenceArray) - Method in class edu.qut.cs.rcmd.experiment.common.BaseTrainingUserExperimentProfileConvertFunction
 
isConditionalProbability() - Method in class edu.qut.cs.rcmd.core.prob.ProbabilitySpec
 
isIDInModel(String) - Method in class org.apache.mahout.cf.taste.impl.model.mongodb.MongoDBDataModel
Checks if an ID is currently in the model.
isNaN() - Static method in class edu.qut.cs.rcmd.common.util.MathPredicates
 
isRational(double) - Static method in class edu.qut.cs.rcmd.common.util.MathUtils
 
item(long) - Static method in class edu.qut.cs.rcmd.core.prob.RecommenderProbSubject
 
ITEM_INFO_LINE_TO_DBOBJECT - Static variable in class edu.qut.cs.rcmd.common.importer.mongo.MongoDatasetImportSupport
 
itemCollectionFieldsInstanceCount(DBCollection) - Static method in class edu.qut.cs.rcmd.common.stats.mongo.MongoDatasetStatsSupport
 
itemCollectionStats(DBCollection) - Static method in class edu.qut.cs.rcmd.common.stats.mongo.MongoDatasetStatsSupport
 
itemSimilarities(long, long[]) - Method in class edu.qut.cs.rcmd.core.alg.tidal.impl.TidalTrustItemSimilarity
 
itemSimilarities(long, long[]) - Method in class edu.qut.cs.rcmd.core.alg.wtr.impl.WeightedTagSimilarityImpl
 
itemSimilarities(long, long[]) - Method in class edu.qut.cs.rcmd.core.common.similarity.ItemSimilarityAdapter
 
itemSimilarities(long, long[]) - Method in class edu.qut.cs.rcmd.core.common.similarity.MongoCacheItemSimilarity
 
itemSimilarity(long, long) - Method in class edu.qut.cs.rcmd.core.alg.tidal.impl.TidalTrustItemSimilarity
 
itemSimilarity(long, long) - Method in class edu.qut.cs.rcmd.core.alg.wtr.impl.WeightedTagSimilarityImpl
 
itemSimilarity(long, long) - Method in class edu.qut.cs.rcmd.core.common.similarity.ItemSimilarityAdapter
 
itemSimilarity(long, long) - Method in class edu.qut.cs.rcmd.core.common.similarity.MongoCacheItemSimilarity
 
ItemSimilarityAdapter - Class in edu.qut.cs.rcmd.core.common.similarity
 
ItemSimilarityAdapter(ItemSimilarity) - Constructor for class edu.qut.cs.rcmd.core.common.similarity.ItemSimilarityAdapter
 
iuf(String) - Method in class edu.qut.cs.rcmd.core.alg.wtr.impl.WeightedTagFormulaImpl
 
iuf(String) - Method in interface edu.qut.cs.rcmd.core.alg.wtr.WeightedTagFormula
 

J

JaccardTrust<T> - Interface in edu.qut.cs.rcmd.core.alg.jaccard
Implementations of this interface define a notion of the trust value between two users and the trust value is calculated based on the similarity of their tagged items.
JaccardTrustImpl<T> - Class in edu.qut.cs.rcmd.core.alg.jaccard.impl
Basic implementation of the SimTrust interface
JaccardTrustImpl() - Constructor for class edu.qut.cs.rcmd.core.alg.jaccard.impl.JaccardTrustImpl
Default Constructor
JaccardTrustRecommenderExperiment - Class in edu.qut.cs.rcmd.experiment.alg.jaccard
This class will run a user based recommender using the Jaccard algorithm
JaccardTrustRecommenderExperiment() - Constructor for class edu.qut.cs.rcmd.experiment.alg.jaccard.JaccardTrustRecommenderExperiment
 
JaccardTrustRecommenderWrapperProvider - Class in edu.qut.cs.rcmd.app.service.alg.jaccard
This is an injector for the type of RecommenderWraper The injected wrapper will recommend items using the Jaccard algorithm
JaccardTrustRecommenderWrapperProvider() - Constructor for class edu.qut.cs.rcmd.app.service.alg.jaccard.JaccardTrustRecommenderWrapperProvider
 
JaccardTrustUserSimilarity - Class in edu.qut.cs.rcmd.core.alg.jaccard.impl
Implementation of the UserSimilarity interface using Jaccard algorithm
JaccardTrustUserSimilarity(TagModel) - Constructor for class edu.qut.cs.rcmd.core.alg.jaccard.impl.JaccardTrustUserSimilarity
Constructor

K

kFold(int) - Method in class edu.qut.cs.rcmd.experiment.ExperimentConfig.Builder
 
kFoldExperiemts(Iterable<String>) - Method in class edu.qut.cs.rcmd.experiment.ExperimentConfig.Builder
 
KFoldRecommenderExperiment - Class in edu.qut.cs.rcmd.experiment.kfold
 
KFoldRecommenderExperiment() - Constructor for class edu.qut.cs.rcmd.experiment.kfold.KFoldRecommenderExperiment
 
KFoldRecommenderExperimentRunner - Interface in edu.qut.cs.rcmd.experiment.kfold
 

L

LazyInitRecommenderWrapper - Class in edu.qut.cs.rcmd.app.service
 
LazyInitRecommenderWrapper() - Constructor for class edu.qut.cs.rcmd.app.service.LazyInitRecommenderWrapper
 
loadSimilarityGraph(Graph, DataModel, ItemSimilarity) - Static method in class edu.qut.cs.rcmd.common.util.SimilarityGraphHelper
 
loadSimilarityGraph(Graph, DataModel, ItemSimilarity, Predicate<Double>) - Static method in class edu.qut.cs.rcmd.common.util.SimilarityGraphHelper
 
loadSimilarityGraph(Graph, DataModel, ItemSimilarity, int, double) - Static method in class edu.qut.cs.rcmd.common.util.SimilarityGraphHelper
 
loadSimilarityGraph(Graph, DataModel, ItemSimilarity, Function<Map<Long, Double>, Map<Long, Double>>) - Static method in class edu.qut.cs.rcmd.common.util.SimilarityGraphHelper
 
loadSimilarityGraph(Graph, DataModel, UserSimilarity) - Static method in class edu.qut.cs.rcmd.common.util.SimilarityGraphHelper
 
loadSimilarityGraph(Graph, DataModel, UserSimilarity, Predicate<Double>) - Static method in class edu.qut.cs.rcmd.common.util.SimilarityGraphHelper
 
loadSimilarityGraph(Graph, DataModel, UserSimilarity, int, double) - Static method in class edu.qut.cs.rcmd.common.util.SimilarityGraphHelper
 
loadSimilarityGraph(Graph, DataModel, UserSimilarity, UserNeighborhood, int, double) - Static method in class edu.qut.cs.rcmd.common.util.SimilarityGraphHelper
 
loadSimilarityGraph(Graph, DataModel, UserSimilarity, UserNeighborhood, Function<Map<Long, Double>, Map<Long, Double>>) - Static method in class edu.qut.cs.rcmd.common.util.SimilarityGraphHelper
 
loadSimilarityGraph(Graph, Iterable<DBObject>, Function<DBObject, SimilarityGraphHelper.SimilarityEntry>, Predicate<Double>) - Static method in class edu.qut.cs.rcmd.common.util.SimilarityGraphHelper
 
loadSimilarityGraph(Graph, Iterable<DBObject>, Predicate<Double>) - Static method in class edu.qut.cs.rcmd.common.util.SimilarityGraphHelper
 

M

main(String[]) - Static method in class edu.qut.cs.rcmd.app.server.RecommenderServerLanucher
 
main(String[]) - Static method in class edu.qut.cs.rcmd.experiment.driver.RecommenderExperimentDriver
 
main(String[]) - Static method in class edu.qut.cs.rcmd.tool.driver.RecommenderToolDriver
 
makePreferenceArrayFromJSON(String) - Static method in class edu.qut.cs.rcmd.app.util.UserProfileUtils
 
MathFunctions - Class in edu.qut.cs.rcmd.common.util
 
MathPredicates - Class in edu.qut.cs.rcmd.common.util
 
MathUtils - Class in edu.qut.cs.rcmd.common.util
 
MemoryBasedRecommenderTagProbabilityProvider - Class in edu.qut.cs.rcmd.core.prob.impl
 
MemoryBasedRecommenderTagProbabilityProvider(TagModel) - Constructor for class edu.qut.cs.rcmd.core.prob.impl.MemoryBasedRecommenderTagProbabilityProvider
 
MemoryBasedRecommenderTagProbabilityProvider(Iterable<UserTagging>) - Constructor for class edu.qut.cs.rcmd.core.prob.impl.MemoryBasedRecommenderTagProbabilityProvider
 
MemoryBasedTagModel - Class in edu.qut.cs.rcmd.core.model.tag.impl
 
MemoryBasedTagModel(Iterable<UserTagging>) - Constructor for class edu.qut.cs.rcmd.core.model.tag.impl.MemoryBasedTagModel
 
MockRecommendationService - Class in edu.qut.cs.rcmd.app.rs
 
MockRecommendationService() - Constructor for class edu.qut.cs.rcmd.app.rs.MockRecommendationService
 
MongoCache<K,V> - Interface in edu.qut.cs.rcmd.common.mongo.cache
 
MongoCacheItemSimilarity - Class in edu.qut.cs.rcmd.core.common.similarity
 
MongoCacheItemSimilarity(ItemSimilarity, DBCollection) - Constructor for class edu.qut.cs.rcmd.core.common.similarity.MongoCacheItemSimilarity
 
MongoCacheProxy - Class in edu.qut.cs.rcmd.common.mongo.cache
 
MongoCacheUserSimilarity - Class in edu.qut.cs.rcmd.core.common.similarity
 
MongoCacheUserSimilarity(UserSimilarity, DBCollection) - Constructor for class edu.qut.cs.rcmd.core.common.similarity.MongoCacheUserSimilarity
 
MongoDatasetImportSupport - Class in edu.qut.cs.rcmd.common.importer.mongo
 
MongoDatasetImportSupport.CollectionFieldName - Enum in edu.qut.cs.rcmd.common.importer.mongo
 
MongoDatasetImportSupport.CollectionName - Enum in edu.qut.cs.rcmd.common.importer.mongo
 
MongoDatasetImportSupport.ItemInfo - Enum in edu.qut.cs.rcmd.common.importer.mongo
 
MongoDatasetImportToolModule - Class in edu.qut.cs.rcmd.tool.importer.mongo
 
MongoDatasetImportToolModule() - Constructor for class edu.qut.cs.rcmd.tool.importer.mongo.MongoDatasetImportToolModule
 
MongoDatasetStatsSupport - Class in edu.qut.cs.rcmd.common.stats.mongo
 
MongoDBDataModel - Class in org.apache.mahout.cf.taste.impl.model.mongodb
A DataModel backed by a MongoDB database.
MongoDBDataModel() - Constructor for class org.apache.mahout.cf.taste.impl.model.mongodb.MongoDBDataModel
Creates a new MongoDBDataModel
MongoDBDataModel(String, int, String, String, boolean, boolean, DateFormat) - Constructor for class org.apache.mahout.cf.taste.impl.model.mongodb.MongoDBDataModel
Creates a new MongoDBDataModel with MongoDB basic configuration (without authentication)
MongoDBDataModel(String, int, String, String, boolean, boolean, DateFormat, String, String, String) - Constructor for class org.apache.mahout.cf.taste.impl.model.mongodb.MongoDBDataModel
Creates a new MongoDBDataModel with MongoDB advanced configuration (without authentication)
MongoDBDataModel(String, int, String, String, boolean, boolean, DateFormat, String, String) - Constructor for class org.apache.mahout.cf.taste.impl.model.mongodb.MongoDBDataModel
Creates a new MongoDBDataModel with MongoDB basic configuration (with authentication)
MongoDBDataModel(String, int, String, String, boolean, boolean, DateFormat, String, String, String, String, String) - Constructor for class org.apache.mahout.cf.taste.impl.model.mongodb.MongoDBDataModel
Creates a new MongoDBDataModel with MongoDB advanced configuration (with authentication)
MongoDBDataModelFactory - Class in edu.qut.cs.rcmd.common.util
 
MongoDBDataModelProvider - Interface in edu.qut.cs.rcmd.experiment.driver
 
mongoDBDataModelProvider - Variable in class edu.qut.cs.rcmd.experiment.kfold.AbstractExperimentRecommenderBuilder
 
MongoDBTagModel - Class in edu.qut.cs.rcmd.core.model.tag.impl
 
MongoDBTagModel(DBCollection, String, String, String) - Constructor for class edu.qut.cs.rcmd.core.model.tag.impl.MongoDBTagModel
 
MongoDBTagModel(DBCollection) - Constructor for class edu.qut.cs.rcmd.core.model.tag.impl.MongoDBTagModel
 
MongoDBUtils - Class in edu.qut.cs.rcmd.common.util
 
MongoRecommenderTagProbabilityProvider - Class in edu.qut.cs.rcmd.core.prob.impl
 
MongoRecommenderTagProbabilityProvider(DBCollection) - Constructor for class edu.qut.cs.rcmd.core.prob.impl.MongoRecommenderTagProbabilityProvider
 
mongoUpdateDate() - Method in class org.apache.mahout.cf.taste.impl.model.mongodb.MongoDBDataModel
Date of the latest update of the model.
mostSimilarUserIDs(long, int) - Method in class edu.qut.cs.rcmd.core.tag.recommender.impl.GenericUserBasedTagRecommender
 
mostSimilarUserIDs(long, int, Rescorer<LongPair>) - Method in class edu.qut.cs.rcmd.core.tag.recommender.impl.GenericUserBasedTagRecommender
 
mostSimilarUserIDs(long, int) - Method in interface edu.qut.cs.rcmd.core.tag.recommender.UserBasedTagRecommender
 
mostSimilarUserIDs(long, int, Rescorer<LongPair>) - Method in interface edu.qut.cs.rcmd.core.tag.recommender.UserBasedTagRecommender
 

N

newInstance(RecommenderProbSubject.Type, String) - Static method in class edu.qut.cs.rcmd.core.prob.RecommenderProbSubject
 
normalizeFunction() - Static method in class edu.qut.cs.rcmd.common.util.MathFunctions
 
NPassCandidateItemsStrategy - Class in edu.qut.cs.rcmd.core.common.recommender
 
NPassCandidateItemsStrategy() - Constructor for class edu.qut.cs.rcmd.core.common.recommender.NPassCandidateItemsStrategy
 
NPassCandidateItemsStrategy(int) - Constructor for class edu.qut.cs.rcmd.core.common.recommender.NPassCandidateItemsStrategy
 
NPassCandidateItemsStrategy(int, int) - Constructor for class edu.qut.cs.rcmd.core.common.recommender.NPassCandidateItemsStrategy
 

O

of(T...) - Static method in class edu.qut.cs.rcmd.core.prob.ProbabilitySpec
 
org.apache.mahout.cf.taste.impl.model.mongodb - package org.apache.mahout.cf.taste.impl.model.mongodb
 

P

preferenceArrayFilter(PreferenceArray) - Method in class edu.qut.cs.rcmd.experiment.common.BaseTrainingUserExperimentProfileConvertFunction
 
preferenceArrayFilter(PreferenceArray) - Method in class edu.qut.cs.rcmd.experiment.common.RatioBasedTrainingUserExperimentProfileConvertFunction
 
preferenceArrayFilter(PreferenceArray) - Method in class edu.qut.cs.rcmd.experiment.common.TrainingUserExperimentProfileConvertFunction
 
probabilityOf(ProbabilitySpec<RecommenderProbSubject>) - Method in class edu.qut.cs.rcmd.core.prob.impl.MemoryBasedRecommenderTagProbabilityProvider
 
probabilityOf(List<ProbabilitySpec<RecommenderProbSubject>>) - Method in class edu.qut.cs.rcmd.core.prob.impl.MemoryBasedRecommenderTagProbabilityProvider
 
probabilityOf(ProbabilitySpec<RecommenderProbSubject>) - Method in class edu.qut.cs.rcmd.core.prob.impl.MongoRecommenderTagProbabilityProvider
 
probabilityOf(List<ProbabilitySpec<RecommenderProbSubject>>) - Method in class edu.qut.cs.rcmd.core.prob.impl.MongoRecommenderTagProbabilityProvider
 
probabilityOf(ProbabilitySpec<T>) - Method in interface edu.qut.cs.rcmd.core.prob.ProbabilityProvider
 
probabilityOf(List<ProbabilitySpec<T>>) - Method in interface edu.qut.cs.rcmd.core.prob.ProbabilityProvider
 
ProbabilityProvider<T extends Event> - Interface in edu.qut.cs.rcmd.core.prob
 
ProbabilitySpec<T extends Event> - Class in edu.qut.cs.rcmd.core.prob
usages: ProbabilitySpec.of(A) -> P(A) ProbabilitySpec.of(A, B) -> P(A,B) ProbabilitySpec.of(A, B) -> P(A,B) ProbabilitySpec.of(A).given(B) -> P(A|B) ProbabilitySpec.of(A, B).given(C) -> P(A,B|C)
ProbabilitySpec.Builder<T extends Event> - Interface in edu.qut.cs.rcmd.core.prob
 
ProbabilitySpec.ConditionBuilder<T extends Event> - Interface in edu.qut.cs.rcmd.core.prob
 
proxy(Class<T>, T, Method, DBCollection) - Static method in class edu.qut.cs.rcmd.common.mongo.cache.MongoCacheProxy
 
proxy(Class<T>, T, Method, DBCollection, Function<Object[], String>) - Static method in class edu.qut.cs.rcmd.common.mongo.cache.MongoCacheProxy
 
put(K, V) - Method in class edu.qut.cs.rcmd.common.mongo.cache.BaseMongoCache
 
put(K, V) - Method in interface edu.qut.cs.rcmd.common.mongo.cache.MongoCache
 

R

randomUser() - Method in class edu.qut.cs.rcmd.app.rs.RecommenderInfoService
 
RATING_FILE_LINE_TO_DBOBJECT - Static variable in class edu.qut.cs.rcmd.common.importer.mongo.MongoDatasetImportSupport
 
RatioBasedTrainingUserExperimentProfileConvertFunction - Class in edu.qut.cs.rcmd.experiment.common
 
RatioBasedTrainingUserExperimentProfileConvertFunction(int, double) - Constructor for class edu.qut.cs.rcmd.experiment.common.RatioBasedTrainingUserExperimentProfileConvertFunction
 
rational(double) - Static method in class edu.qut.cs.rcmd.common.util.MathUtils
 
recommend(String, int, long) - Method in class edu.qut.cs.rcmd.app.rs.MockRecommendationService
 
recommend(String, int, String) - Method in class edu.qut.cs.rcmd.app.rs.MockRecommendationService
 
recommend(String, int, long) - Method in class edu.qut.cs.rcmd.app.rs.RecommendationService
 
recommend(String, int, String) - Method in class edu.qut.cs.rcmd.app.rs.RecommendationService
 
recommend(String, long, long, int) - Method in class edu.qut.cs.rcmd.app.rs.tag.TagRecommendationService
 
recommend(long, int) - Method in class edu.qut.cs.rcmd.app.service.BasicRecommenderWrapper
 
recommend(String, int) - Method in class edu.qut.cs.rcmd.app.service.BasicRecommenderWrapper
 
recommend(long, int) - Method in class edu.qut.cs.rcmd.app.service.LazyInitRecommenderWrapper
 
recommend(String, int) - Method in class edu.qut.cs.rcmd.app.service.LazyInitRecommenderWrapper
 
recommend(RecommenderService.RecommenderKey, long, int) - Method in interface edu.qut.cs.rcmd.app.service.RecommenderService
 
recommend(RecommenderService.RecommenderKey, String, int) - Method in interface edu.qut.cs.rcmd.app.service.RecommenderService
 
recommend(RecommenderService.RecommenderKey, long, int) - Method in class edu.qut.cs.rcmd.app.service.RecommenderServiceImpl
 
recommend(RecommenderService.RecommenderKey, String, int) - Method in class edu.qut.cs.rcmd.app.service.RecommenderServiceImpl
 
recommend(long, int) - Method in interface edu.qut.cs.rcmd.app.service.RecommenderWrapper
 
recommend(String, int) - Method in interface edu.qut.cs.rcmd.app.service.RecommenderWrapper
 
recommend(long, long, int) - Method in class edu.qut.cs.rcmd.app.service.tag.BasicTagRecommenderWrapper
 
recommend(TagRecommenderService.RecommenderKey, long, long, int) - Method in interface edu.qut.cs.rcmd.app.service.tag.TagRecommenderService
 
recommend(TagRecommenderService.RecommenderKey, long, long, int) - Method in class edu.qut.cs.rcmd.app.service.tag.TagRecommenderServiceImpl
 
recommend(long, long, int) - Method in interface edu.qut.cs.rcmd.app.service.tag.TagRecommenderWrapper
 
recommend(long, int, IDRescorer) - Method in class edu.qut.cs.rcmd.core.alg.wtr.impl.WeightedTagBasedUserRecommender
 
recommend(long, long, int) - Method in class edu.qut.cs.rcmd.core.tag.recommender.impl.AbstractTagRecommender
 
recommend(long, long, int, IDRescorer) - Method in class edu.qut.cs.rcmd.core.tag.recommender.impl.AbstractTagRecommender
 
recommend(long, long, int, IDRescorer) - Method in class edu.qut.cs.rcmd.core.tag.recommender.impl.GenericUserBasedTagRecommender
 
recommend(long, long, int) - Method in class edu.qut.cs.rcmd.core.tag.recommender.impl.GenericUserBasedTagRecommender
 
recommend(long, long, int) - Method in interface edu.qut.cs.rcmd.core.tag.recommender.TagRecommender
 
recommend(long, long, int, IDRescorer) - Method in interface edu.qut.cs.rcmd.core.tag.recommender.TagRecommender
 
RecommendationService - Class in edu.qut.cs.rcmd.app.rs
 
RecommendationService() - Constructor for class edu.qut.cs.rcmd.app.rs.RecommendationService
 
RecommendedTag - Interface in edu.qut.cs.rcmd.core.model.tag
 
recommender - Variable in class edu.qut.cs.rcmd.app.service.BasicRecommenderWrapper
 
recommender - Variable in class edu.qut.cs.rcmd.app.service.tag.BasicTagRecommenderWrapper
 
RecommenderDatasetExportTool - Class in edu.qut.cs.rcmd.tool.export
 
RecommenderDatasetExportTool(Mongo) - Constructor for class edu.qut.cs.rcmd.tool.export.RecommenderDatasetExportTool
 
RecommenderDatasetGephiExportTool - Class in edu.qut.cs.rcmd.tool.export.gephi
 
RecommenderDatasetGephiExportTool(Mongo) - Constructor for class edu.qut.cs.rcmd.tool.export.gephi.RecommenderDatasetGephiExportTool
 
RecommenderDatasetStatsTool - Class in edu.qut.cs.rcmd.tool.stats.mongo
 
RecommenderDatasetStatsTool(Mongo) - Constructor for class edu.qut.cs.rcmd.tool.stats.mongo.RecommenderDatasetStatsTool
 
RecommenderDatasetTransformTool - Class in edu.qut.cs.rcmd.tool.transform.mongo
 
RecommenderDatasetTransformTool(Mongo) - Constructor for class edu.qut.cs.rcmd.tool.transform.mongo.RecommenderDatasetTransformTool
 
RecommenderExperiment - Interface in edu.qut.cs.rcmd.experiment
 
RecommenderExperimentDriver - Class in edu.qut.cs.rcmd.experiment.driver
 
RecommenderExperimentDriver.ArgKey - Enum in edu.qut.cs.rcmd.experiment.driver
 
RecommenderExperimentDriver.ExperimentKey - Enum in edu.qut.cs.rcmd.experiment.driver
 
RecommenderExperimentModule - Class in edu.qut.cs.rcmd.experiment.driver
 
RecommenderExperimentModule() - Constructor for class edu.qut.cs.rcmd.experiment.driver.RecommenderExperimentModule
 
RecommenderGuiceServletConfig - Class in edu.qut.cs.rcmd.app.server
 
RecommenderGuiceServletConfig() - Constructor for class edu.qut.cs.rcmd.app.server.RecommenderGuiceServletConfig
 
RecommenderInformationService - Interface in edu.qut.cs.rcmd.app.service
 
RecommenderInformationService.ItemInfo - Class in edu.qut.cs.rcmd.app.service
 
RecommenderInformationService.ItemInfo(String, String) - Constructor for class edu.qut.cs.rcmd.app.service.RecommenderInformationService.ItemInfo
 
RecommenderInformationServiceImpl - Class in edu.qut.cs.rcmd.app.service
 
RecommenderInformationServiceImpl(Mongo, String) - Constructor for class edu.qut.cs.rcmd.app.service.RecommenderInformationServiceImpl
 
RecommenderInfoService - Class in edu.qut.cs.rcmd.app.rs
 
RecommenderInfoService() - Constructor for class edu.qut.cs.rcmd.app.rs.RecommenderInfoService
 
RecommenderIRStatisticsBuilder - Class in edu.qut.cs.rcmd.experiment.common
 
RecommenderIRStatisticsBuilder(int) - Constructor for class edu.qut.cs.rcmd.experiment.common.RecommenderIRStatisticsBuilder
 
RecommenderModule - Class in edu.qut.cs.rcmd.app.service
 
RecommenderModule() - Constructor for class edu.qut.cs.rcmd.app.service.RecommenderModule
 
RecommenderProbabilityProvider - Interface in edu.qut.cs.rcmd.core.prob
 
RecommenderProbSubject - Class in edu.qut.cs.rcmd.core.prob
 
RecommenderProbSubject.Type - Enum in edu.qut.cs.rcmd.core.prob
 
RecommenderServerLanucher - Class in edu.qut.cs.rcmd.app.server
 
RecommenderServerLanucher() - Constructor for class edu.qut.cs.rcmd.app.server.RecommenderServerLanucher
 
RecommenderService - Interface in edu.qut.cs.rcmd.app.service
 
RecommenderService.RecommenderKey - Enum in edu.qut.cs.rcmd.app.service
 
RecommenderServiceImpl - Class in edu.qut.cs.rcmd.app.service
 
RecommenderServiceImpl() - Constructor for class edu.qut.cs.rcmd.app.service.RecommenderServiceImpl
 
RecommenderStatistics - Class in edu.qut.cs.rcmd.common.stats
 
RecommenderStatistics() - Constructor for class edu.qut.cs.rcmd.common.stats.RecommenderStatistics
 
RecommenderTool - Interface in edu.qut.cs.rcmd.tool
 
RecommenderToolDriver - Class in edu.qut.cs.rcmd.tool.driver
 
RecommenderToolDriver() - Constructor for class edu.qut.cs.rcmd.tool.driver.RecommenderToolDriver
 
RecommenderToolModule - Class in edu.qut.cs.rcmd.tool
 
RecommenderToolModule() - Constructor for class edu.qut.cs.rcmd.tool.RecommenderToolModule
 
RecommenderWrapper - Interface in edu.qut.cs.rcmd.app.service
 
ReflectorUtils - Class in edu.qut.cs.rcmd.common.util
 
refresh(Collection<Refreshable>) - Method in class edu.qut.cs.rcmd.core.alg.jaccard.impl.JaccardTrustUserSimilarity
 
refresh(Collection<Refreshable>) - Method in class edu.qut.cs.rcmd.core.alg.simtrust.impl.SimTrustUserSimilarity
 
refresh(Collection<Refreshable>) - Method in class edu.qut.cs.rcmd.core.alg.tidal.impl.TidalTrustItemSimilarity
 
refresh(Collection<Refreshable>) - Method in class edu.qut.cs.rcmd.core.alg.tidal.impl.TidalTrustUserSimilarity
 
refresh(Collection<Refreshable>) - Method in class edu.qut.cs.rcmd.core.alg.wtr.impl.WeightedTagBasedUserRecommender
 
refresh(Collection<Refreshable>) - Method in class edu.qut.cs.rcmd.core.alg.wtr.impl.WeightedTagSimilarityImpl
 
refresh(Collection<Refreshable>) - Method in class edu.qut.cs.rcmd.core.common.neighborhood.CommonUserNeighborhood
 
refresh(Collection<Refreshable>) - Method in class edu.qut.cs.rcmd.core.common.similarity.ItemSimilarityAdapter
 
refresh(Collection<Refreshable>) - Method in class edu.qut.cs.rcmd.core.common.similarity.MongoCacheItemSimilarity
 
refresh(Collection<Refreshable>) - Method in class edu.qut.cs.rcmd.core.common.similarity.MongoCacheUserSimilarity
 
refresh(Collection<Refreshable>) - Method in class edu.qut.cs.rcmd.core.common.similarity.UserSimilarityAdapter
 
refresh(Collection<Refreshable>) - Method in class edu.qut.cs.rcmd.experiment.common.DataModelAdapter
 
refresh(Collection<Refreshable>) - Method in class org.apache.mahout.cf.taste.impl.model.mongodb.MongoDBDataModel
Triggers "refresh" -- whatever that means -- of the implementation.
refreshData(String, Iterable<List<String>>, boolean) - Method in class org.apache.mahout.cf.taste.impl.model.mongodb.MongoDBDataModel
Adds/removes (user, item) pairs to/from the model.
removePreference(long, long) - Method in class edu.qut.cs.rcmd.experiment.common.DataModelAdapter
 
removePreference(long, long) - Method in class org.apache.mahout.cf.taste.impl.model.mongodb.MongoDBDataModel
 
removeTagScore(long, long, String) - Method in class edu.qut.cs.rcmd.core.tag.recommender.impl.AbstractTagRecommender
 
removeTagScore(long, long, String) - Method in interface edu.qut.cs.rcmd.core.tag.recommender.TagRecommender
 
resultOutputFile(String) - Method in class edu.qut.cs.rcmd.experiment.ExperimentConfig.Builder
 
run(ExperimentConfig, DataModel) - Method in class edu.qut.cs.rcmd.experiment.alg.jaccard.JaccardTrustRecommenderExperiment
 
run(ExperimentConfig, DataModel) - Method in class edu.qut.cs.rcmd.experiment.alg.simple.SimpleRecommenderExperiment
 
run(ExperimentConfig, DataModel) - Method in class edu.qut.cs.rcmd.experiment.alg.simtrust.SimTrustRecommenderExperiment
 
run(ExperimentConfig, DataModel) - Method in class edu.qut.cs.rcmd.experiment.alg.trustpropagation.TrustPropagationRecommenderExperiment
 
run(ExperimentConfig, DataModel) - Method in class edu.qut.cs.rcmd.experiment.kfold.KFoldRecommenderExperiment
 
run(ExperimentConfig, DataModel) - Method in interface edu.qut.cs.rcmd.experiment.RecommenderExperiment
 
runExperiment(int, ExperimentRecommenderBuilder...) - Method in class edu.qut.cs.rcmd.experiment.kfold.BaseKFoldRecommenderExperimentRunner
 
runExperiment(int, ExperimentRecommenderBuilder...) - Method in interface edu.qut.cs.rcmd.experiment.kfold.KFoldRecommenderExperimentRunner
 
runImport() - Method in interface edu.qut.cs.rcmd.tool.importer.DatasetImportTask
 
runIRStatsExperiment(ExperimentConfig, DataModel) - Method in class edu.qut.cs.rcmd.experiment.AbstractRecommenderExperiment
 

S

setItemID(long) - Method in class edu.qut.cs.rcmd.core.model.tag.impl.GenericTagScore
 
setItemID(long) - Method in interface edu.qut.cs.rcmd.core.model.tag.TagScore
Sets the itemID for this tag preference
setIUFWeight(double) - Method in class edu.qut.cs.rcmd.core.alg.wtr.impl.WeightedTagSimilarityImpl
 
setPreference(long, long, float) - Method in class edu.qut.cs.rcmd.experiment.common.DataModelAdapter
 
setPreference(long, long, float) - Method in class org.apache.mahout.cf.taste.impl.model.mongodb.MongoDBDataModel
 
setPreferenceInferrer(PreferenceInferrer) - Method in class edu.qut.cs.rcmd.core.alg.jaccard.impl.JaccardTrustUserSimilarity
 
setPreferenceInferrer(PreferenceInferrer) - Method in class edu.qut.cs.rcmd.core.alg.simtrust.impl.SimTrustUserSimilarity
 
setPreferenceInferrer(PreferenceInferrer) - Method in class edu.qut.cs.rcmd.core.alg.tidal.impl.TidalTrustUserSimilarity
 
setPreferenceInferrer(PreferenceInferrer) - Method in class edu.qut.cs.rcmd.core.alg.wtr.impl.WeightedTagSimilarityImpl
 
setPreferenceInferrer(PreferenceInferrer) - Method in class edu.qut.cs.rcmd.core.common.similarity.MongoCacheUserSimilarity
 
setPreferenceInferrer(PreferenceInferrer) - Method in class edu.qut.cs.rcmd.core.common.similarity.UserSimilarityAdapter
 
setTag(String) - Method in class edu.qut.cs.rcmd.core.model.tag.impl.GenericTagScore
 
setTag(String) - Method in interface edu.qut.cs.rcmd.core.model.tag.TagScore
Sets the tag for this item by this user
setTagScore(long, long, String, float) - Method in class edu.qut.cs.rcmd.core.tag.recommender.impl.AbstractTagRecommender
 
setTagScore(long, long, String, float) - Method in interface edu.qut.cs.rcmd.core.tag.recommender.TagRecommender
 
setUserID(long) - Method in class edu.qut.cs.rcmd.core.model.tag.impl.GenericTagScore
 
setUserID(long) - Method in interface edu.qut.cs.rcmd.core.model.tag.TagScore
Sets the userID for this tag preference
setValue(Object, String, Object) - Static method in class edu.qut.cs.rcmd.common.util.ReflectorUtils
 
setValue(float) - Method in class edu.qut.cs.rcmd.core.model.tag.impl.GenericTagScore
 
setValue(float) - Method in interface edu.qut.cs.rcmd.core.model.tag.TagScore
Sets the score for this user, item, tag.
setWeight(Edge, Double) - Static method in class edu.qut.cs.rcmd.common.graph.WeightedGraphSupport
 
Similarities - Class in edu.qut.cs.rcmd.common.function
 
Similarities.DefaultValueProvider<T> - Interface in edu.qut.cs.rcmd.common.function
 
SimilarityAdapterFunctions - Class in edu.qut.cs.rcmd.core.common.similarity
 
SimilarityGraphHelper - Class in edu.qut.cs.rcmd.common.util
 
SimilarityGraphHelper.SimilarityEntry - Class in edu.qut.cs.rcmd.common.util
 
SimilarityGraphHelper.SimilarityEntry(Long, Long, Double) - Constructor for class edu.qut.cs.rcmd.common.util.SimilarityGraphHelper.SimilarityEntry
 
simpleBatchUserBasedTagRelevances(long, String, List<String>, FastIDSet, int) - Method in class edu.qut.cs.rcmd.core.alg.wtr.impl.WeightedTagFormulaImpl
 
SimpleRecommenderExperiment - Class in edu.qut.cs.rcmd.experiment.alg.simple
 
SimpleRecommenderExperiment() - Constructor for class edu.qut.cs.rcmd.experiment.alg.simple.SimpleRecommenderExperiment
 
SimpleRecommenderWrapperProvider - Class in edu.qut.cs.rcmd.app.service.alg.simple
 
SimpleRecommenderWrapperProvider() - Constructor for class edu.qut.cs.rcmd.app.service.alg.simple.SimpleRecommenderWrapperProvider
 
SimpleTagRecommenderWrapperProvider - Class in edu.qut.cs.rcmd.app.service.alg.tag.simple
 
SimpleTagRecommenderWrapperProvider() - Constructor for class edu.qut.cs.rcmd.app.service.alg.tag.simple.SimpleTagRecommenderWrapperProvider
 
SimTrust<K> - Interface in edu.qut.cs.rcmd.core.alg.simtrust
Implementations of this interface define a notion of the trust value between two users and the trust value is calculated based on the similarity of their user profiles.
SimTrustImpl<K> - Class in edu.qut.cs.rcmd.core.alg.simtrust.impl
Basic implementation of the SimTrust interface
SimTrustImpl() - Constructor for class edu.qut.cs.rcmd.core.alg.simtrust.impl.SimTrustImpl
Default Constructor
SimTrustRecommenderExperiment - Class in edu.qut.cs.rcmd.experiment.alg.simtrust
This class will run a user based recommender using the SimTrust algorithm
SimTrustRecommenderExperiment() - Constructor for class edu.qut.cs.rcmd.experiment.alg.simtrust.SimTrustRecommenderExperiment
 
SimTrustRecommenderWrapperProvider - Class in edu.qut.cs.rcmd.app.service.alg.simtrust
This is an injector for the type of RecommenderWraper The injected wrapper will recommend items using the SimTrust algorithm
SimTrustRecommenderWrapperProvider() - Constructor for class edu.qut.cs.rcmd.app.service.alg.simtrust.SimTrustRecommenderWrapperProvider
 
SimTrustUserSimilarity - Class in edu.qut.cs.rcmd.core.alg.simtrust.impl
Implementation of the UserSimilarity interface using SimTrust algorithm
SimTrustUserSimilarity(TagRepresentationProvider) - Constructor for class edu.qut.cs.rcmd.core.alg.simtrust.impl.SimTrustUserSimilarity
Constructor
strictGetCollection(Mongo, String, String) - Static method in class edu.qut.cs.rcmd.common.util.MongoDBUtils
 
strictGetCollection(DB, String) - Static method in class edu.qut.cs.rcmd.common.util.MongoDBUtils
 
sumFunction() - Static method in class edu.qut.cs.rcmd.common.util.MathFunctions
 

T

tag(String) - Static method in class edu.qut.cs.rcmd.core.prob.RecommenderProbSubject
 
TAG_FILE_LINE_TO_DBOBJECT - Static variable in class edu.qut.cs.rcmd.common.importer.mongo.MongoDatasetImportSupport
 
TagModel - Interface in edu.qut.cs.rcmd.core.model.tag
 
tagPreference(long, String) - Method in class edu.qut.cs.rcmd.core.alg.wtr.impl.WeightedTagFormulaImpl
 
tagPreference(long, String) - Method in interface edu.qut.cs.rcmd.core.alg.wtr.WeightedTagFormula
 
TagRecommendationService - Class in edu.qut.cs.rcmd.app.rs.tag
 
TagRecommendationService() - Constructor for class edu.qut.cs.rcmd.app.rs.tag.TagRecommendationService
 
TagRecommender - Interface in edu.qut.cs.rcmd.core.tag.recommender
 
TagRecommenderModule - Class in edu.qut.cs.rcmd.app.service.tag
 
TagRecommenderModule() - Constructor for class edu.qut.cs.rcmd.app.service.tag.TagRecommenderModule
 
TagRecommenderService - Interface in edu.qut.cs.rcmd.app.service.tag
 
TagRecommenderService.RecommenderKey - Enum in edu.qut.cs.rcmd.app.service.tag
 
TagRecommenderServiceImpl - Class in edu.qut.cs.rcmd.app.service.tag
 
TagRecommenderServiceImpl() - Constructor for class edu.qut.cs.rcmd.app.service.tag.TagRecommenderServiceImpl
 
TagRecommenderWrapper - Interface in edu.qut.cs.rcmd.app.service.tag
 
TagRepresentationProvider - Interface in edu.qut.cs.rcmd.core.alg.simtrust
Implementations of this interface define a notion of the tag representation.
TagRepresentationProviderProvider - Class in edu.qut.cs.rcmd.app.service.alg.simtrust
 
TagRepresentationProviderProvider() - Constructor for class edu.qut.cs.rcmd.app.service.alg.simtrust.TagRepresentationProviderProvider
 
TagRepresentationProviderProvider - Class in edu.qut.cs.rcmd.experiment.alg.simtrust
This is an injector for the type of TagRepresentationProvider
TagRepresentationProviderProvider() - Constructor for class edu.qut.cs.rcmd.experiment.alg.simtrust.TagRepresentationProviderProvider
 
TagScore - Interface in edu.qut.cs.rcmd.core.model.tag
 
tagToItemRelevence(long, String) - Method in class edu.qut.cs.rcmd.core.alg.wtr.impl.WeightedTagFormulaImpl
 
tagToItemRelevence(long, String) - Method in interface edu.qut.cs.rcmd.core.alg.wtr.WeightedTagFormula
 
TidalTrust<V> - Interface in edu.qut.cs.rcmd.core.alg.tidal
 
TidalTrustImpl<V> - Class in edu.qut.cs.rcmd.core.alg.tidal.impl
 
TidalTrustImpl(Graph) - Constructor for class edu.qut.cs.rcmd.core.alg.tidal.impl.TidalTrustImpl
 
TidalTrustItemSimilarity - Class in edu.qut.cs.rcmd.core.alg.tidal.impl
 
TidalTrustItemSimilarity(Graph, double) - Constructor for class edu.qut.cs.rcmd.core.alg.tidal.impl.TidalTrustItemSimilarity
 
TidalTrustUserSimilarity - Class in edu.qut.cs.rcmd.core.alg.tidal.impl
 
TidalTrustUserSimilarity(Graph) - Constructor for class edu.qut.cs.rcmd.core.alg.tidal.impl.TidalTrustUserSimilarity
 
toKeyDBObject(K) - Method in class edu.qut.cs.rcmd.common.mongo.cache.BaseMongoCache
 
ToolKey - Enum in edu.qut.cs.rcmd.tool
 
TopTags - Class in edu.qut.cs.rcmd.core.tag.recommender.impl
 
TopTags.Estimator<T> - Interface in edu.qut.cs.rcmd.core.tag.recommender.impl
 
toResultString(IRStatistics) - Method in class edu.qut.cs.rcmd.experiment.AbstractRecommenderExperiment
 
toString() - Method in class edu.qut.cs.rcmd.core.common.neighborhood.CommonUserNeighborhood
 
toString() - Method in class org.apache.mahout.cf.taste.impl.model.mongodb.MongoDBDataModel
 
toValue(DBObject) - Method in class edu.qut.cs.rcmd.common.mongo.cache.BaseMongoCache
 
toValueDBObject(V) - Method in class edu.qut.cs.rcmd.common.mongo.cache.BaseMongoCache
 
TrainingUserExperimentProfile - Class in edu.qut.cs.rcmd.experiment.common
 
TrainingUserExperimentProfile(PreferenceArray, PreferenceArray) - Constructor for class edu.qut.cs.rcmd.experiment.common.TrainingUserExperimentProfile
 
TrainingUserExperimentProfileConvertFunction - Class in edu.qut.cs.rcmd.experiment.common
 
TrainingUserExperimentProfileConvertFunction(int) - Constructor for class edu.qut.cs.rcmd.experiment.common.TrainingUserExperimentProfileConvertFunction
 
TrainingUserPreferenceDataModelAdapter - Class in edu.qut.cs.rcmd.experiment.common
 
TrainingUserPreferenceDataModelAdapter(DataModel, Map<Long, PreferenceArray>) - Constructor for class edu.qut.cs.rcmd.experiment.common.TrainingUserPreferenceDataModelAdapter
 
TrustPropagationRecommenderExperiment - Class in edu.qut.cs.rcmd.experiment.alg.trustpropagation
This class will run a user based recommender using the Trust Propagation based algorithm
TrustPropagationRecommenderExperiment() - Constructor for class edu.qut.cs.rcmd.experiment.alg.trustpropagation.TrustPropagationRecommenderExperiment
 
TrustPropagationRecommenderWrapperProvider - Class in edu.qut.cs.rcmd.app.service.alg.trustpropagation
This is an injector for the type of RecommenderWraper The injected wrapper will recommend items using the Trust Propagation based algorithm The Trust Propagation based algorithm first calculate the user similarity using the SimTrust algorithm, then it can form a trust network graph and the Tidal Trust algorithm will use it to find user's neighbours
TrustPropagationRecommenderWrapperProvider() - Constructor for class edu.qut.cs.rcmd.app.service.alg.trustpropagation.TrustPropagationRecommenderWrapperProvider
 
trustValue(Set<T>, Set<T>) - Method in class edu.qut.cs.rcmd.core.alg.jaccard.impl.JaccardTrustImpl
 
trustValue(Set<T>, Set<T>) - Method in interface edu.qut.cs.rcmd.core.alg.jaccard.JaccardTrust
Calculate the trust value from the first user to the second user
trustValue(Map<K, Map<K, Double>>, Map<K, Map<K, Double>>) - Method in class edu.qut.cs.rcmd.core.alg.simtrust.impl.FastSimTrustImpl
 
trustValue(Map<K, Map<K, Double>>, Map<K, Map<K, Double>>) - Method in class edu.qut.cs.rcmd.core.alg.simtrust.impl.SimTrustImpl
 
trustValue(Map<K, Map<K, Double>>, Map<K, Map<K, Double>>) - Method in interface edu.qut.cs.rcmd.core.alg.simtrust.SimTrust
Calculate the trust value from the first user to the second user
trustValue(V, V) - Method in class edu.qut.cs.rcmd.core.alg.tidal.impl.CachingTidalTrustImpl
 
trustValue(V, V) - Method in class edu.qut.cs.rcmd.core.alg.tidal.impl.TidalTrustImpl
 
trustValue(V, V) - Method in interface edu.qut.cs.rcmd.core.alg.tidal.TidalTrust
 

U

user(long) - Static method in class edu.qut.cs.rcmd.core.prob.RecommenderProbSubject
 
UserBasedTagRecommender - Interface in edu.qut.cs.rcmd.core.tag.recommender
 
userBasedTagRelevance(long, String, String) - Method in class edu.qut.cs.rcmd.core.alg.wtr.impl.WeightedTagFormulaImpl
 
userBasedTagRelevance(long, String, String) - Method in interface edu.qut.cs.rcmd.core.alg.wtr.WeightedTagFormula
 
userBasedTagRelevances(long, String, List<String>) - Method in class edu.qut.cs.rcmd.core.alg.wtr.impl.WeightedTagFormulaImpl
 
userBasedTagRelevances(long, String, List<String>) - Method in interface edu.qut.cs.rcmd.core.alg.wtr.WeightedTagFormula
 
UserNeighborhoodBasedCandidateItemsStrategy - Class in edu.qut.cs.rcmd.core.common.recommender
 
UserNeighborhoodBasedCandidateItemsStrategy(UserNeighborhood) - Constructor for class edu.qut.cs.rcmd.core.common.recommender.UserNeighborhoodBasedCandidateItemsStrategy
 
UserProfileUtils - Class in edu.qut.cs.rcmd.app.util
 
userSimilarity(long, long) - Method in class edu.qut.cs.rcmd.core.alg.jaccard.impl.JaccardTrustUserSimilarity
 
userSimilarity(long, long) - Method in class edu.qut.cs.rcmd.core.alg.simtrust.impl.SimTrustUserSimilarity
 
userSimilarity(long, long) - Method in class edu.qut.cs.rcmd.core.alg.tidal.impl.TidalTrustUserSimilarity
 
userSimilarity(long, long) - Method in class edu.qut.cs.rcmd.core.alg.wtr.impl.WeightedTagSimilarityImpl
 
userSimilarity(long, long) - Method in class edu.qut.cs.rcmd.core.common.similarity.MongoCacheUserSimilarity
 
userSimilarity(long, long) - Method in class edu.qut.cs.rcmd.core.common.similarity.UserSimilarityAdapter
 
UserSimilarityAdapter - Class in edu.qut.cs.rcmd.core.common.similarity
 
UserSimilarityAdapter(UserSimilarity) - Constructor for class edu.qut.cs.rcmd.core.common.similarity.UserSimilarityAdapter
 
UserTagging - Class in edu.qut.cs.rcmd.core.model.tag
 
UserTagging(long, long, String) - Constructor for class edu.qut.cs.rcmd.core.model.tag.UserTagging
 

V

valueOf(String) - Static method in enum edu.qut.cs.rcmd.app.service.RecommenderService.RecommenderKey
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum edu.qut.cs.rcmd.app.service.tag.TagRecommenderService.RecommenderKey
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum edu.qut.cs.rcmd.common.graph.WeightedGraphSupport.Property
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum edu.qut.cs.rcmd.common.importer.mongo.MongoDatasetImportSupport.CollectionFieldName
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum edu.qut.cs.rcmd.common.importer.mongo.MongoDatasetImportSupport.CollectionName
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum edu.qut.cs.rcmd.common.importer.mongo.MongoDatasetImportSupport.ItemInfo
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum edu.qut.cs.rcmd.core.prob.RecommenderProbSubject.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum edu.qut.cs.rcmd.experiment.driver.RecommenderExperimentDriver.ArgKey
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum edu.qut.cs.rcmd.experiment.driver.RecommenderExperimentDriver.ExperimentKey
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum edu.qut.cs.rcmd.tool.ToolKey
Returns the enum constant of this type with the specified name.
values() - Static method in enum edu.qut.cs.rcmd.app.service.RecommenderService.RecommenderKey
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum edu.qut.cs.rcmd.app.service.tag.TagRecommenderService.RecommenderKey
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum edu.qut.cs.rcmd.common.graph.WeightedGraphSupport.Property
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum edu.qut.cs.rcmd.common.importer.mongo.MongoDatasetImportSupport.CollectionFieldName
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum edu.qut.cs.rcmd.common.importer.mongo.MongoDatasetImportSupport.CollectionName
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum edu.qut.cs.rcmd.common.importer.mongo.MongoDatasetImportSupport.ItemInfo
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum edu.qut.cs.rcmd.core.prob.RecommenderProbSubject.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum edu.qut.cs.rcmd.experiment.driver.RecommenderExperimentDriver.ArgKey
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum edu.qut.cs.rcmd.experiment.driver.RecommenderExperimentDriver.ExperimentKey
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum edu.qut.cs.rcmd.tool.ToolKey
Returns an array containing the constants of this enum type, in the order they are declared.

W

WeightedGraphSupport - Class in edu.qut.cs.rcmd.common.graph
 
WeightedGraphSupport.Property - Enum in edu.qut.cs.rcmd.common.graph
 
WeightedTagBasedUserRecommender - Class in edu.qut.cs.rcmd.core.alg.wtr.impl
 
WeightedTagBasedUserRecommender(DataModel, TagModel, RecommenderProbabilityProvider, int) - Constructor for class edu.qut.cs.rcmd.core.alg.wtr.impl.WeightedTagBasedUserRecommender
 
WeightedTagBasedUserRecommender(DataModel, TagModel, RecommenderProbabilityProvider, int, double) - Constructor for class edu.qut.cs.rcmd.core.alg.wtr.impl.WeightedTagBasedUserRecommender
 
WeightedTagBasedUserRecommender(WeightedTagFormula, DataModel, TagModel, int, double) - Constructor for class edu.qut.cs.rcmd.core.alg.wtr.impl.WeightedTagBasedUserRecommender
 
WeightedTagBasedUserRecommender(Function<Long, Map<String, Double>>, Function<Long, Map<String, Double>>, DataModel, TagModel, int, double) - Constructor for class edu.qut.cs.rcmd.core.alg.wtr.impl.WeightedTagBasedUserRecommender
 
WeightedTagFormula - Interface in edu.qut.cs.rcmd.core.alg.wtr
 
WeightedTagFormulaImpl - Class in edu.qut.cs.rcmd.core.alg.wtr.impl
 
WeightedTagFormulaImpl(TagModel, RecommenderProbabilityProvider) - Constructor for class edu.qut.cs.rcmd.core.alg.wtr.impl.WeightedTagFormulaImpl
 
WeightedTagSimilarity - Interface in edu.qut.cs.rcmd.core.alg.wtr
Implementation of the Weighted Tag Similarity based on the paper : Connecting Users and Items with Weighted Tags for Personalised Item Recommendations
WeightedTagSimilarityImpl - Class in edu.qut.cs.rcmd.core.alg.wtr.impl
Implementation of the Weighted Tag Similarity based on the paper : Connecting Users and Items with Weighted Tags for Personalised Item Recommendations
WeightedTagSimilarityImpl(TagModel, RecommenderProbabilityProvider, DataModel) - Constructor for class edu.qut.cs.rcmd.core.alg.wtr.impl.WeightedTagSimilarityImpl
 
WeightedTagSimilarityImpl(WeightedTagFormula, DataModel) - Constructor for class edu.qut.cs.rcmd.core.alg.wtr.impl.WeightedTagSimilarityImpl
 
WeightedTagSimilarityImpl(Function<Long, Map<String, Double>>, Function<Long, Map<String, Double>>, DataModel) - Constructor for class edu.qut.cs.rcmd.core.alg.wtr.impl.WeightedTagSimilarityImpl
 

Z

ZERO_BASED_DEFAULT_VALUE_PROVIDER - Static variable in class edu.qut.cs.rcmd.common.function.Similarities
 

A B C D E F G H I J K L M N O P R S T U V W Z

Copyright © 2012. All Rights Reserved.