25
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 19 hours ago. based on code collected 1 day ago.
Jun 24, 2024 — Jun 24, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Last few commmits for MAHOUT-310 More... over 15 years ago
Implements MAHOUT-312, MAHOUT-313, and MAHOUT-314 More... over 15 years ago
Extend LanczosSolver to take symmetric matrices as well as rectangular ones (with tests included). Partially fixes MAHOUT-310 (for the non-hadoop case). More... over 15 years ago
Sequential (non-M/R) cmdline job to turn SequenceFile<Text,VectorWritable> into a pair of SequenceFile<IntWritable,VectorWritable> and SequenceFile<IntWritable,Text>. More... over 15 years ago
VectorDumper nicer output if no dictionary is specified. Fixes MAHOUT-315 More... over 15 years ago
Adding a few useful cases where throwing IndexException with the new constructor leads to easier debugging. This should be expanded to all uses of this exception, IMO. More... over 15 years ago
Much like CardinalityException, a helpful error message would be nice with these. Adding additional constructor to allow this. More... over 15 years ago
More style bits, I think
Sean Owen
as Sean R. Owen
More... over 15 years ago
IntPairWritable fixes, attached to MAHOUT-320
Sean Owen
as Sean R. Owen
More... over 15 years ago
Added code signing key for [email protected] More... over 15 years ago
Clean up copyright issues, and tiny other things
Sean Owen
as Sean R. Owen
More... over 15 years ago
Fix javadoc reference
Sean Owen
as Sean R. Owen
More... over 15 years ago
MAHOUT-320 LDAPrintTopics missed out from the previous commit More... over 15 years ago
MAHOUT-320 Improvements in LDA More... over 15 years ago
Introduced a bug, Missed out resetting length squared on fast densevector assign More... over 15 years ago
Some improvements in DenseVector and DenseMatrix and cleanup More... over 15 years ago
Now writes output to target/testdata and target/output instead of testdata and output (in the project basedir) More... over 15 years ago
set svn:executable property on mahout script More... over 15 years ago
Very small tweak to cause the mahout script to emit the help message if run with no arguments. Existing behavior was to throw an ArrayIndexOutOfBoundsException. More... over 15 years ago
Fixes MAHOUT-311 More... over 15 years ago
Fixes MAHOUT-301 More... over 15 years ago
Simple style and micro-optimizations as noted on mahout-dev
Sean Owen
as Sean R. Owen
More... over 15 years ago
Performance fix: Matrix in LDA was getting re-allocated for everydocument, added a reset code to reset/create the matrix values. More... over 15 years ago
Cleanup for 0.3 release. LDA was using HashMap, changed it to OpenIntIntHashmap for better performance. plus function was taking more time due to excessive clone() repeated assign() was taking time due to check of f.apply(0,val). Inlined the mutable addition operation in eStep More... over 15 years ago
Fix for 0.3: LDAPrintTopics will match seqdump, clusterdump behaviour by printing output to std out when output file is not specified More... over 15 years ago
Adding LDA print topics to the shell script and some cleanup of style More... over 15 years ago
MAHOUT-307 MAHOUT-295 MAHOUT-304 clustering improvements More... over 15 years ago
Bug is minus was causing inverse result. Added tests More... over 15 years ago
Just svn-ignores for idea. More... over 15 years ago
Revert change which made DistributedLanczosSolver have numRows be an optional argument, because I don't use optional arguments correctly, it appears. More... over 15 years ago