Java org.apache.mahout.clustering.kmeans KMeansDriver fields, constructors, methods, implement or subclass

Example usage for Java org.apache.mahout.clustering.kmeans KMeansDriver fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.mahout.clustering.kmeans KMeansDriver.

The text is from its open source code.

Constructor

Method

voidrun(Path input, Path clustersIn, Path output, double convergenceDelta, int maxIterations, boolean runClustering, double clusterClassificationThreshold, boolean runSequential)
Iterate over the input vectors to produce clusters and, if requested, use the results of the final iteration to cluster the input vectors.
voidrun(Configuration conf, Path input, Path clustersIn, Path output, double convergenceDelta, int maxIterations, boolean runClustering, double clusterClassificationThreshold, boolean runSequential)
Iterate over the input vectors to produce clusters and, if requested, use the results of the final iteration to cluster the input vectors.
intrun(String[] args)
voidsetConf(Configuration conf)
Overrides the base implementation to install the Oozie action configuration resource into the provided Configuration object; note that ToolRunner calls setConf on the Tool before it invokes run.