Uses of Class
org.apache.flink.examples.java.clustering.KMeans.Point
-
Packages that use KMeans.Point Package Description org.apache.flink.examples.java.clustering org.apache.flink.examples.java.clustering.util -
-
Uses of KMeans.Point in org.apache.flink.examples.java.clustering
Subclasses of KMeans.Point in org.apache.flink.examples.java.clustering Modifier and Type Class Description static classKMeans.CentroidA simple two-dimensional centroid, basically a point with an ID.Methods in org.apache.flink.examples.java.clustering that return KMeans.Point Modifier and Type Method Description KMeans.PointKMeans.Point. add(KMeans.Point other)KMeans.PointKMeans.Point. div(long val)Methods in org.apache.flink.examples.java.clustering that return types with arguments of type KMeans.Point Modifier and Type Method Description org.apache.flink.api.java.tuple.Tuple3<Integer,KMeans.Point,Long>KMeans.CountAppender. map(org.apache.flink.api.java.tuple.Tuple2<Integer,KMeans.Point> t)org.apache.flink.api.java.tuple.Tuple2<Integer,KMeans.Point>KMeans.SelectNearestCenter. map(KMeans.Point p)org.apache.flink.api.java.tuple.Tuple3<Integer,KMeans.Point,Long>KMeans.CentroidAccumulator. reduce(org.apache.flink.api.java.tuple.Tuple3<Integer,KMeans.Point,Long> val1, org.apache.flink.api.java.tuple.Tuple3<Integer,KMeans.Point,Long> val2)Methods in org.apache.flink.examples.java.clustering with parameters of type KMeans.Point Modifier and Type Method Description KMeans.PointKMeans.Point. add(KMeans.Point other)doubleKMeans.Point. euclideanDistance(KMeans.Point other)org.apache.flink.api.java.tuple.Tuple2<Integer,KMeans.Point>KMeans.SelectNearestCenter. map(KMeans.Point p)Method parameters in org.apache.flink.examples.java.clustering with type arguments of type KMeans.Point Modifier and Type Method Description KMeans.CentroidKMeans.CentroidAverager. map(org.apache.flink.api.java.tuple.Tuple3<Integer,KMeans.Point,Long> value)org.apache.flink.api.java.tuple.Tuple3<Integer,KMeans.Point,Long>KMeans.CountAppender. map(org.apache.flink.api.java.tuple.Tuple2<Integer,KMeans.Point> t)org.apache.flink.api.java.tuple.Tuple3<Integer,KMeans.Point,Long>KMeans.CentroidAccumulator. reduce(org.apache.flink.api.java.tuple.Tuple3<Integer,KMeans.Point,Long> val1, org.apache.flink.api.java.tuple.Tuple3<Integer,KMeans.Point,Long> val2)Constructors in org.apache.flink.examples.java.clustering with parameters of type KMeans.Point Constructor Description Centroid(int id, KMeans.Point p) -
Uses of KMeans.Point in org.apache.flink.examples.java.clustering.util
Methods in org.apache.flink.examples.java.clustering.util that return types with arguments of type KMeans.Point Modifier and Type Method Description static org.apache.flink.api.java.DataSet<KMeans.Point>KMeansData. getDefaultPointDataSet(org.apache.flink.api.java.ExecutionEnvironment env)
-