MAHOUT-56: minor updates to the GA examples |
|
More...
|
almost 17 years ago
|
added commons-lang |
|
More...
|
almost 17 years ago
|
commons lang |
|
More...
|
almost 17 years ago
|
ignores set |
|
More...
|
almost 17 years ago
|
getting there compile wise, but tests still fail |
|
More...
|
almost 17 years ago
|
add a resources dir for test |
|
More...
|
almost 17 years ago
|
try to get it right |
|
More...
|
almost 17 years ago
|
forgot the java dir |
|
More...
|
almost 17 years ago
|
moving example tests to examples module |
|
More...
|
almost 17 years ago
|
MAHOUT-56 more watchmaker updates and examples, going to move core/src/test/examples after committing, just to make the svn move easier |
|
More...
|
almost 17 years ago
|
make the examples job task include the Mahout core distribution |
|
More...
|
almost 17 years ago
|
fix top level build, add top level clean, make examples fail to compile if no core built |
|
More...
|
almost 17 years ago
|
put in some ignores |
|
More...
|
almost 17 years ago
|
MAHOUT-72 Separate out Examples from Core |
|
More...
|
almost 17 years ago
|
More tweaks noted by IntelliJ, mostly to avoid unneeded unnecessary boxing/unboxing, or simplify exception handling |
|
More...
|
almost 17 years ago
|
More fixes to refresh() API in EJB implementation |
|
More...
|
almost 17 years ago
|
Small optimization -- no point in seeing if the item actually exists yet in this method |
|
More...
|
almost 17 years ago
|
Use Weighting in MemoryDiffStorage constructor and add a few tests for this class |
|
More...
|
almost 17 years ago
|
Fix compile error |
|
More...
|
almost 17 years ago
|
Some modest improvements to use of JDBC -- better use of prepared statement and reuse of connections in some situations. |
|
More...
|
almost 17 years ago
|
More fun IntelliJ-suggested refactorings and small tweaks |
|
More...
|
almost 17 years ago
|
Complete reinvention of refresh() mechanism, with cleaner, intelligent dependency management. |
|
More...
|
almost 17 years ago
|
Better idea for caching: limit size based on a simple heuristic |
|
More...
|
almost 17 years ago
|
Factor out caching in UserNeighborhood implementations into a wrapper |
|
More...
|
almost 17 years ago
|
Improving caching possibilities by adding a caching wrapper for correlations |
|
More...
|
almost 17 years ago
|
Remove some unneeded unboxing, unneeded methods, made some stuff private that can be |
|
More...
|
almost 17 years ago
|
Tests now can use up to 256MB of heap |
|
More...
|
almost 17 years ago
|
PearsonCorrelation now caches num items/users for efficiency, at some tradeoff for accuracy; introduced Weighting enum to clarify API calls that use a 'weighted' param. Other minor cleanup. |
|
More...
|
almost 17 years ago
|
Up to date Maven POMs |
|
More...
|
almost 17 years ago
|
remove exceptions for compile issues |
|
More...
|
almost 17 years ago
|