25
I Use This!
Low Activity

Commits : Listings

Analyzed about 5 hours ago. based on code collected about 9 hours ago.
Apr 27, 2023 — Apr 27, 2024
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... about 16 years ago
MAHOUT-17, Maven project and module POM files. More... about 16 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... about 16 years ago
MAHOUT-17 Use Maven project file system More... about 16 years ago
MAHOUT-44: Override zSum and dot in SparseVector More... about 16 years ago
MAHOUT-25 changes -- miscellaneous tweaks
Sean Owen
as Sean R. Owen
More... about 16 years ago
Committed Isabel's vectorClustering.txt patch to replace Float[] with Vectors. All unit tests run. More... about 16 years ago
MAHOUT-36 WeightedDistanceMeasure More... about 16 years ago
Committed new TextMatrixView and some defect repairs in MatrixView from MAHOUT-23b More... about 16 years ago
MAHOUT-41 minor update new instance of vector for each readFields() More... about 16 years ago
MAHOUT-38 oups, committed too much More... about 16 years ago
minor javadoc fix More... about 16 years ago
MAHOUT-41, VectorWritable More... about 16 years ago
MAHOUT-34 VectorView enumeration did not show correct index if offset was greater than 0. Added some more tests More... about 16 years ago
MAHOUT-39, Vector#like() and #copy() now return the typed subclass in implementations More... about 16 years ago
MAHOUT-38, Ant task to generate Job JAR More... about 16 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... about 16 years ago
MAHOUT-26, eternal loop in VectorView#iterator More... about 16 years ago
MAHOUT-34, Vector implements Iterable<Vector.Element> More... about 16 years ago
MAHOUT-33, JUnit attempted to instantiate abstract MatrixTest More... about 16 years ago
MAHOUT-26, Laplace More... about 16 years ago
MAHOUT-33 and multiplication bugfix from MAHOUT-26 More... about 16 years ago
MAHOUT-22, Several matrix exceptions are checked exceptions, but should be unchecked More... about 16 years ago
MAHOUT-6: Matrix/Vector initial implementation More... about 16 years ago
JavaDoc fixed. More... about 16 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... about 16 years ago
Payloads were not taken into account in point parsing. https://issues.apache.org/jira/browse/MAHOUT-12 More... about 16 years ago
Off by one corrected. https://issues.apache.org/jira/browse/MAHOUT-12 More... about 16 years ago
Comitting https://issues.apache.org/jira/browse/MAHOUT-12 (point format parsing/ emitting). More... about 16 years ago
Committing https://issues.apache.org/jira/browse/MAHOUT-10 (fall-through exception handlers. More... about 16 years ago