Package net.myrrix.common

Interface Summary
MyrrixRecommender Defines additional methods supported beyond what is in ItemBasedRecommender, including a method to recommend to "anonymous" users MyrrixRecommender.recommendToAnonymous(long[], int) and a means to bulk-load data MyrrixRecommender.ingest(Reader).
 

Class Summary
ClassUtils Class-related utility methods.
LangUtils General utility methods related to the language, or primitves.
MutableRecommendedItem An implementation of RecommendedItem which is mutable.
NamedThreadFactory Creates threads with a given name prefix and daemon status.
PartitionsUtils Utility methods for dealing with partitions in distributed mode.
SimpleRecommendedItem Simple and complete implementation of RecommendedItem which can be compared with itself.
SimpleVectorMath  
TopN Utility methods for finding the top N things from a stream.
 

Exception Summary
NotReadyException Thrown when a component is not ready to answer a request yet.
 



Copyright © 2012. All Rights Reserved.