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