public class LabelPropagationData extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
LABELS_AFTER_1_ITERATION |
static String |
LABELS_WITH_TIE |
| Modifier and Type | Method and Description |
|---|---|
static org.apache.flink.api.java.DataSet<org.apache.flink.graph.Edge<Long,org.apache.flink.types.NullValue>> |
getDefaultEdgeDataSet(org.apache.flink.api.java.ExecutionEnvironment env) |
static org.apache.flink.api.java.DataSet<org.apache.flink.graph.Vertex<Long,Long>> |
getDefaultVertexSet(org.apache.flink.api.java.ExecutionEnvironment env) |
static org.apache.flink.api.java.DataSet<org.apache.flink.graph.Edge<Long,org.apache.flink.types.NullValue>> |
getTieEdgeDataSet(org.apache.flink.api.java.ExecutionEnvironment env) |
static org.apache.flink.api.java.DataSet<org.apache.flink.graph.Vertex<Long,Long>> |
getTieVertexSet(org.apache.flink.api.java.ExecutionEnvironment env) |
public static final String LABELS_AFTER_1_ITERATION
public static final String LABELS_WITH_TIE
public static final org.apache.flink.api.java.DataSet<org.apache.flink.graph.Vertex<Long,Long>> getDefaultVertexSet(org.apache.flink.api.java.ExecutionEnvironment env)
public static final org.apache.flink.api.java.DataSet<org.apache.flink.graph.Edge<Long,org.apache.flink.types.NullValue>> getDefaultEdgeDataSet(org.apache.flink.api.java.ExecutionEnvironment env)
public static final org.apache.flink.api.java.DataSet<org.apache.flink.graph.Vertex<Long,Long>> getTieVertexSet(org.apache.flink.api.java.ExecutionEnvironment env)
public static final org.apache.flink.api.java.DataSet<org.apache.flink.graph.Edge<Long,org.apache.flink.types.NullValue>> getTieEdgeDataSet(org.apache.flink.api.java.ExecutionEnvironment env)
Copyright © 2014–2016 The Apache Software Foundation. All rights reserved.