GraphLab Project

graphlab.library.algorithms.goperators
Class VertexInduced

java.lang.Object
  extended by graphlab.library.algorithms.goperators.VertexInduced

public class VertexInduced
extends java.lang.Object

Author:
Mohammad Ali Rostami

Constructor Summary
VertexInduced()
           
 
Method Summary
static
<VertexType extends BaseVertex,EdgeType extends BaseEdge<VertexType>>
BaseGraph<VertexType,EdgeType>
induced(BaseGraph<VertexType,EdgeType> g, java.util.Collection<VertexType> S)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VertexInduced

public VertexInduced()
Method Detail

induced

public static <VertexType extends BaseVertex,EdgeType extends BaseEdge<VertexType>> BaseGraph<VertexType,EdgeType> induced(BaseGraph<VertexType,EdgeType> g,
                                                                                                                           java.util.Collection<VertexType> S)

GraphLab Project