public static final class KMeans.TuplePointConverter extends MapFunction<Tuple2<Double,Double>,KMeans.Point>
| Constructor and Description |
|---|
TuplePointConverter() |
| Modifier and Type | Method and Description |
|---|---|
KMeans.Point |
map(Tuple2<Double,Double> t) |
close, getIterationRuntimeContext, getRuntimeContext, open, setRuntimeContextclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitclose, getRuntimeContext, open, setRuntimeContextpublic KMeans.Point map(Tuple2<Double,Double> t) throws Exception
map in interface GenericMap<Tuple2<Double,Double>,KMeans.Point>map in class MapFunction<Tuple2<Double,Double>,KMeans.Point>ExceptionCopyright © 2013–2014. All rights reserved.