org.apache.mahout.utils.clustering
Class CSVClusterWriter
java.lang.Object
org.apache.mahout.utils.clustering.AbstractClusterWriter
org.apache.mahout.utils.clustering.CSVClusterWriter
- All Implemented Interfaces:
- Closeable, ClusterWriter
public class CSVClusterWriter
- extends AbstractClusterWriter
Format is adjacency style as put forth at http://gephi.org/users/supported-graph-formats/csv-format/, the centroid
is the first element and all the rest of the row are the points in that cluster
Method Summary |
void |
write(Cluster cluster)
Write out a Cluster |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CSVClusterWriter
public CSVClusterWriter(Writer writer,
Map<Integer,List<WeightedVectorWritable>> clusterIdToPoints,
DistanceMeasure measure)
write
public void write(Cluster cluster)
throws IOException
- Description copied from interface:
ClusterWriter
- Write out a Cluster
- Parameters:
cluster
- The Cluster
to write
- Throws:
IOException
Copyright © 2008-2012 The Apache Software Foundation. All Rights Reserved.