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