Java org.apache.mahout.clustering.fuzzykmeans FuzzyKMeansDriver fields, constructors, methods, implement or subclass

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

Introduction

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

The text is from its open source code.

Method

voidrun(Path input, Path clustersIn, Path output, double convergenceDelta, int maxIterations, float m, boolean runClustering, boolean emitMostLikely, double threshold, 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, float m, boolean runClustering, boolean emitMostLikely, double threshold, 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.