graphlab.library.algorithms.subgraphs
Class InducedSubgraphs
java.lang.Object
graphlab.library.algorithms.subgraphs.InducedSubgraphs
public class InducedSubgraphs
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InducedSubgraphs
public InducedSubgraphs()
getVertexInducedSubgraph
public static <VertexType extends BaseVertex,EdgeType extends BaseEdge<VertexType>> BaseGraph<VertexType,EdgeType> getVertexInducedSubgraph(BaseGraph<VertexType,EdgeType> graph,
java.util.AbstractList<VertexType> inducedVertices)
getEdgeInducedSubgraph
public static <VertexType extends BaseVertex,EdgeType extends BaseEdge<VertexType>> BaseGraph<VertexType,EdgeType> getEdgeInducedSubgraph(BaseGraph<VertexType,EdgeType> graph,
java.util.AbstractList<EdgeType> inducedEdges)