25
I Use This!
Low Activity

Commits : Listings

Analyzed about 21 hours ago. based on code collected 1 day ago.
Apr 27, 2023 — Apr 27, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
versions: 0.1 -> 0.2 More... over 15 years ago
hadoop dependency versions for maven More... over 15 years ago
readme, notices update More... over 15 years ago
Code signing key for Karl Wettin More... over 15 years ago
remove keys.txt More... over 15 years ago
renamed keys More... over 15 years ago
Add functionality to compute reasonable relevance threshold in IRStatsEvaluator, and fixed a typo in PearsonCorrelationSimilarity javadoc
Sean Owen
as Sean R. Owen
More... over 15 years ago
Start KEYS file, adding gsingers key More... over 15 years ago
Finally rename improperly named "correlations" to "similarities" since while some similarity metrics are implemented via correlations, not all are. Might as well before 0.1.
Sean Owen
as Sean R. Owen
More... over 15 years ago
Enable support for more character encodings
Sean Owen
as Sean R. Owen
More... over 15 years ago
Move to Java 6, later versions of libraries. Yet more small tweaks to code based on analysis, including making sure to use UTF-8 encoding everywhere rather than platform default. Standardized on MersenneTwisterRNG. Used Class.asSubclass() to avoid casts.
Sean Owen
as Sean R. Owen
More... over 15 years ago
Fixed definition of fall-out, again
Sean Owen
as Sean R. Owen
More... over 15 years ago
Add periodic output from slow-running IR stats evaluator
Sean Owen
as Sean R. Owen
More... over 15 years ago
Fix inadvertent changes to WikipediaDatasetCreatorDriver, and apply previous set of adjustments (move to SL4FJ logging, remove "Exception", etc.) to examples code too
Sean Owen
as Sean R. Owen
More... over 15 years ago
MAHOUT-42 : Tanimoto coefficient distance measure implementation More... over 15 years ago
Change printStackTrace() / System.{out,err}.println() in core to use a logger. Also replace many broad uses of Exception with more specific exception classes.
Sean Owen
as Sean R. Owen
More... over 15 years ago
Many more small tweaks following conversations on the mailing list. Mostly optimizing/reordering imports
Sean Owen
as Sean R. Owen
More... over 15 years ago
Another fix to fall-out computation
Sean Owen
as Sean R. Owen
More... over 15 years ago
Fix IllegalArgumentException introduced in last change and clean up import ordering.
Sean Owen
as Sean R. Owen
More... over 15 years ago
MAHOUT-74: Fuzzy K Means More... over 15 years ago
Updated use of depricated Configurable setInputPath and setOutputPath More... over 15 years ago
MAHOUT-75 asFormatString related test failures fixed by intermediate sorting of hash bound entry collections. More... over 15 years ago
MAHOUT-72 oups, managed to mess up the xml header More... over 15 years ago
MAHOUT-72 moved some libs from core to examples and added a couple of deps in the maven pom. More... over 15 years ago
refresh() should throw RemoteException like all remote interface methods
Sean Owen
as Sean R. Owen
More... over 15 years ago
Can now use a Rescorer with RecommenderIRStatsEvaluator. Added fall-out IR statistic.
Sean Owen
as Sean R. Owen
More... over 15 years ago
lucene libs More... over 15 years ago
MAHOUT-60: First implementation of Naive Bayes and Complementary Naive Bayes More... over 15 years ago
update NOTICE.txt for GA stuff More... over 15 years ago
MAHOUT-72 shared root lib (junit) examples lib (j2ee) Hakims patch More... over 15 years ago