org.apache.mahout.clustering.iterator
Class MeanShiftClusteringPolicy
java.lang.Object
org.apache.mahout.clustering.iterator.AbstractClusteringPolicy
org.apache.mahout.clustering.iterator.MeanShiftClusteringPolicy
- All Implemented Interfaces:
- org.apache.hadoop.io.Writable, ClusteringPolicy
public class MeanShiftClusteringPolicy
- extends AbstractClusteringPolicy
This is a simple maximum likelihood clustering policy, suitable for k-means
clustering
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MeanShiftClusteringPolicy
public MeanShiftClusteringPolicy()
write
public void write(DataOutput out)
throws IOException
- Specified by:
write
in interface org.apache.hadoop.io.Writable
- Specified by:
write
in class AbstractClusteringPolicy
- Throws:
IOException
readFields
public void readFields(DataInput in)
throws IOException
- Specified by:
readFields
in interface org.apache.hadoop.io.Writable
- Specified by:
readFields
in class AbstractClusteringPolicy
- Throws:
IOException
Copyright © 2008-2012 The Apache Software Foundation. All Rights Reserved.