public final class ClusterOutputPostProcessor extends Object
ClusterOutputPostProcessorDriver.| Constructor and Description |
|---|
ClusterOutputPostProcessor(org.apache.hadoop.fs.Path clusterOutputToBeProcessed,
org.apache.hadoop.fs.Path output,
org.apache.hadoop.conf.Configuration hadoopConfiguration) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,org.apache.hadoop.fs.Path> |
getPostProcessedClusterDirectories() |
void |
process()
This method takes the clustered points output by the clustering algorithms as input and writes them into
their respective clusters.
|
void |
setClusteredPoints(org.apache.hadoop.fs.Path clusteredPoints) |
public ClusterOutputPostProcessor(org.apache.hadoop.fs.Path clusterOutputToBeProcessed,
org.apache.hadoop.fs.Path output,
org.apache.hadoop.conf.Configuration hadoopConfiguration)
throws IOException
IOExceptionpublic void process()
throws IOException
IOExceptionpublic Map<String,org.apache.hadoop.fs.Path> getPostProcessedClusterDirectories()
public void setClusteredPoints(org.apache.hadoop.fs.Path clusteredPoints)
Copyright © 2008–2017 The Apache Software Foundation. All rights reserved.