Package | Description |
---|---|
org.apache.flink.examples.scala.clustering |
Modifier and Type | Method and Description |
---|---|
DataSet<KMeans.Point> |
KMeans$.getPointDataSet(ParameterTool params,
ExecutionEnvironment env) |
static DataSet<KMeans.Point> |
KMeans.getPointDataSet(ParameterTool params,
ExecutionEnvironment env) |
scala.Tuple2<Object,KMeans.Point> |
KMeans.SelectNearestCenter.map(KMeans.Point p) |
Modifier and Type | Method and Description |
---|---|
scala.Tuple2<Object,KMeans.Point> |
KMeans.SelectNearestCenter.map(KMeans.Point p) |
Constructor and Description |
---|
Centroid(int id,
KMeans.Point p) |
Copyright © 2014–2017 The Apache Software Foundation. All rights reserved.