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)
The mapping method.
|
public Tuple3<Integer,KMeans.Point,Long> map(Tuple2<Integer,KMeans.Point> t)
MapFunction
map
in interface MapFunction<Tuple2<Integer,KMeans.Point>,Tuple3<Integer,KMeans.Point,Long>>
t
- The input value.Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.