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).
RunningAverageAndMinMax Implementations of this class also record a min and max observed value.
 

Class Summary
ClassUtils Class-related utility methods.
IOUtils Simple utility methods related to I/O.
JVMEnvironment A bean encapsulating some characteristics of the JVM's runtime environment.
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.
RunningStatistics Like implementations of RunningAverageAndStdDev but adds more statistics, like min and max.
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.