org.apache.mahout.utils.clustering
Class GraphMLClusterWriter
java.lang.Object
org.apache.mahout.utils.clustering.AbstractClusterWriter
org.apache.mahout.utils.clustering.GraphMLClusterWriter
- All Implemented Interfaces:
- Closeable, ClusterWriter
public class GraphMLClusterWriter
- extends AbstractClusterWriter
GraphML -- see http://gephi.org/users/supported-graph-formats/graphml-format/
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GraphMLClusterWriter
public GraphMLClusterWriter(Writer writer,
Map<Integer,List<WeightedPropertyVectorWritable>> clusterIdToPoints,
DistanceMeasure measure,
int numTopFeatures,
String[] dictionary,
int subString)
throws IOException
- Throws:
IOException
write
public void write(ClusterWritable clusterWritable)
throws IOException
- Description copied from interface:
ClusterWriter
- Write out a Cluster
- Throws:
IOException
close
public void close()
throws IOException
- Specified by:
close
in interface Closeable
- Overrides:
close
in class AbstractClusterWriter
- Throws:
IOException
Copyright © 2008–2014 The Apache Software Foundation. All rights reserved.