public static final class KMeans.CentroidAccumulator extends ReduceFunction<Tuple3<Integer,KMeans.Point,Long>>
| Constructor and Description |
|---|
KMeans.CentroidAccumulator() |
| Modifier and Type | Method and Description |
|---|---|
Tuple3<Integer,KMeans.Point,Long> |
reduce(Tuple3<Integer,KMeans.Point,Long> val1,
Tuple3<Integer,KMeans.Point,Long> val2) |
close, getIterationRuntimeContext, getRuntimeContext, open, setRuntimeContextclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitclose, getRuntimeContext, open, setRuntimeContextpublic Tuple3<Integer,KMeans.Point,Long> reduce(Tuple3<Integer,KMeans.Point,Long> val1, Tuple3<Integer,KMeans.Point,Long> val2)
reduce in interface GenericReduce<Tuple3<Integer,KMeans.Point,Long>>reduce in class ReduceFunction<Tuple3<Integer,KMeans.Point,Long>>Copyright © 2013–2014. All rights reserved.