| Interface | Description |
|---|---|
| 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 | Description |
|---|---|
| ByValueAscComparator |
Defines an ordering on
RecommendedItems that sorts by value, ascending. |
| ClassUtils |
Class-related utility methods. |
| LangUtils |
General utility methods related to the language, or primitves.
|
| MutableRecommendedItem |
An implementation of
RecommendedItem which is mutable. |
| OneWayMigrator |
Used when translation is needed only one-way, never back.
|
| PartitionsUtils |
Utility methods for dealing with partitions in distributed mode.
|
| ReloadingReference<V> |
Encapsulates a reference to something that is created the first time it is needed.
|
| SimpleRecommendedItem |
Simple and complete implementation of
RecommendedItem which can be compared with itself. |
| TopN |
Utility methods for finding the top N things from a stream.
|
| Exception | Description |
|---|---|
| NotReadyException |
Thrown when a component is not ready to answer a request yet.
|
Copyright © 2012-2013 Myrrix Ltd. All Rights Reserved.