Interface | Description |
---|---|
KMeans.Coordinate |
Common trait for operations supported by both points and centroids
Note: case class inheritance is not allowed in Scala
|
Class | Description |
---|---|
KMeans |
This example implements a basic K-Means clustering algorithm.
|
KMeans.Centroid |
A simple two-dimensional centroid, basically a point with an ID.
|
KMeans.Centroid$ | |
KMeans.Point |
A simple two-dimensional point.
|
KMeans.Point$ | |
KMeans.SelectNearestCenter |
Determines the closest cluster center for a data point.
|
KMeans$ |
This example implements a basic K-Means clustering algorithm.
|
Copyright © 2014–2017 The Apache Software Foundation. All rights reserved.