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

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

Introduction

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

The text is from its open source code.

Field

Method

StringasFormatString(String[] bindings)
Produce a custom, human-friendly, printable representation of the Cluster.
VectorgetCenter()
Get the "center" of the Cluster as a Vector
intgetId()
Get the id of the Cluster
VectorgetRadius()
Get the "radius" of the Cluster as a Vector.