|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
Class-related utility methods.Recommender.estimatePreference(long, long), suitable for computing many estimates
at once.
FastByIDMap; used with float instead of
double.FastByIDMap; adds new methods.MyrrixRecommender.ingest(File), but reads from a Reader.
MyrrixRecommender.setPreference(long, long, float).
ClassUtils.loadInstanceOf(String, Class, Class[], Object[]) for no-arg constructors.
RecommendedItem which is mutable.ItemBasedRecommender,
including a method to recommend to "anonymous" users MyrrixRecommender.recommendToAnonymous(long[], int)
and a means to bulk-load data MyrrixRecommender.ingest(Reader).InputStream to the file.
float from a String as if by Float.valueOf(String), but disallows special
values like Float.NaN, Float.POSITIVE_INFINITY and Float.NEGATIVE_INFINITY.
RunningAverageAndStdDev but adds more statistics, like min and max.RecommendedItem which can be compared with itself.
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||