public static final class KMeans.TuplePointConverter extends Object implements MapFunction<Tuple2<Double,Double>,KMeans.Point>
Constructor and Description |
---|
TuplePointConverter() |
public KMeans.Point map(Tuple2<Double,Double> t) throws Exception
map
in interface MapFunction<Tuple2<Double,Double>,KMeans.Point>
Exception
Copyright © 2015 The Apache Software Foundation. All rights reserved.