25
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 4 hours ago. based on code collected about 4 hours ago.
Sep 24, 2024 — Sep 24, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
MAHOUT-17 oups, wrong path, not sure how that could pass tests.. More... over 17 years ago
MAHOUT-17, Maven project and module POM files. More... over 17 years ago
Added asFormatString() to Vector and Matrix interfaces and factored methods out of asWritableComparable() implementations. This is in preparation for removing the Point class (MAHOUT-47) which is redundant and only used for similar formatting by canopy and kmeans clustering. In general, other classes needing to produce formatted representations of themselves will benefit from asFormatString, which returns a more useful result than a pre-wrapped WritableComparable. More... over 17 years ago
MAHOUT-17 Use Maven project file system More... over 17 years ago
MAHOUT-44: Override zSum and dot in SparseVector More... over 17 years ago
MAHOUT-25 changes -- miscellaneous tweaks
Sean Owen
as Sean R. Owen
More... over 17 years ago
Committed Isabel's vectorClustering.txt patch to replace Float[] with Vectors. All unit tests run. More... over 17 years ago
MAHOUT-36 WeightedDistanceMeasure More... over 17 years ago
Committed new TextMatrixView and some defect repairs in MatrixView from MAHOUT-23b More... over 17 years ago
MAHOUT-41 minor update new instance of vector for each readFields() More... over 17 years ago
MAHOUT-38 oups, committed too much More... over 17 years ago
minor javadoc fix More... over 17 years ago
MAHOUT-41, VectorWritable More... over 17 years ago
MAHOUT-34 VectorView enumeration did not show correct index if offset was greater than 0. Added some more tests More... over 17 years ago
MAHOUT-39, Vector#like() and #copy() now return the typed subclass in implementations More... over 17 years ago
MAHOUT-38, Ant task to generate Job JAR More... over 17 years ago
Initial commit of MAHOUT-15 introduces a variant of the Canopy cluster that uses an iterative approach to shift and merge canopies that are created for each original input point. As canopies shift and merge, they converge upon the modes of the input point density function and define the resulting clusters. More... over 17 years ago
MAHOUT-26, eternal loop in VectorView#iterator More... over 17 years ago
MAHOUT-34, Vector implements Iterable<Vector.Element> More... over 17 years ago
MAHOUT-33, JUnit attempted to instantiate abstract MatrixTest More... over 17 years ago
MAHOUT-26, Laplace More... over 17 years ago
MAHOUT-33 and multiplication bugfix from MAHOUT-26 More... over 17 years ago
MAHOUT-22, Several matrix exceptions are checked exceptions, but should be unchecked More... over 17 years ago
MAHOUT-6: Matrix/Vector initial implementation More... over 17 years ago
JavaDoc fixed. More... over 17 years ago
MAHOUT-13: Class loader issues fixed by replacing Class.forName to context class loader. This patch also removes the code that used to pass the JAR as argument. All tests pass. More... over 17 years ago
Payloads were not taken into account in point parsing. https://issues.apache.org/jira/browse/MAHOUT-12 More... over 17 years ago
Off by one corrected. https://issues.apache.org/jira/browse/MAHOUT-12 More... over 17 years ago
Comitting https://issues.apache.org/jira/browse/MAHOUT-12 (point format parsing/ emitting). More... over 17 years ago
Committing https://issues.apache.org/jira/browse/MAHOUT-10 (fall-through exception handlers. More... over 17 years ago