/[Apache-SVN]
ViewVC logotype

Revision 1243326


Jump to revision: Previous Next
Author: jeastman
Date: Sun Feb 12 20:54:26 2012 UTC (12 years, 2 months ago)
Changed paths: 7
Log Message:
MAHOUT-933: 
- Implemented ClusteringPolicyWritable and made ClusteringPolicies implement Writable so they can be written to the file system. 
- Modified ClusterIterator and CIMapper to write and read the appropriate clustering policy. 

Next steps need to address the fact that clusters do not serialize their observation state (s0, s1, s2) and so the MR version of ClusterIterator does not actually produce correct values. This will be a much bigger project.

Changed paths

Path Details
Directorymahout/trunk/core/src/main/java/org/apache/mahout/clustering/CIMapper.java modified , text changed
Directorymahout/trunk/core/src/main/java/org/apache/mahout/clustering/ClusterIterator.java modified , text changed
Directorymahout/trunk/core/src/main/java/org/apache/mahout/clustering/ClusteringPolicy.java modified , text changed
Directorymahout/trunk/core/src/main/java/org/apache/mahout/clustering/ClusteringPolicyWritable.java added
Directorymahout/trunk/core/src/main/java/org/apache/mahout/clustering/DirichletClusteringPolicy.java modified , text changed
Directorymahout/trunk/core/src/main/java/org/apache/mahout/clustering/FuzzyKMeansClusteringPolicy.java modified , text changed
Directorymahout/trunk/core/src/main/java/org/apache/mahout/clustering/KMeansClusteringPolicy.java modified , text changed

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26