public static final class KMeans.CentroidAverager extends Object implements MapFunction<Tuple3<Integer,KMeans.Point,Long>,KMeans.Centroid>
Constructor and Description |
---|
CentroidAverager() |
Modifier and Type | Method and Description |
---|---|
KMeans.Centroid |
map(Tuple3<Integer,KMeans.Point,Long> value) |
public KMeans.Centroid map(Tuple3<Integer,KMeans.Point,Long> value)
map
in interface MapFunction<Tuple3<Integer,KMeans.Point,Long>,KMeans.Centroid>
Copyright © 2015 The Apache Software Foundation. All rights reserved.