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