GraphLab Project

graphlab.library.algorithms.goperators.product
Class GPopularProduct

java.lang.Object
  extended by graphlab.library.algorithms.goperators.product.GProduct
      extended by graphlab.library.algorithms.goperators.product.GPopularProduct

public class GPopularProduct
extends GProduct


Field Summary
 
Fields inherited from class graphlab.library.algorithms.goperators.product.GProduct
g1, g2
 
Constructor Summary
GPopularProduct()
           
 
Method Summary
 boolean compare(BaseVertex v1OfFirstG, BaseVertex v2OfFirstG, BaseVertex v1OfSecondG, BaseVertex v2OfSecondG)
           
 
Methods inherited from class graphlab.library.algorithms.goperators.product.GProduct
multiply
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GPopularProduct

public GPopularProduct()
Method Detail

compare

public boolean compare(BaseVertex v1OfFirstG,
                       BaseVertex v2OfFirstG,
                       BaseVertex v1OfSecondG,
                       BaseVertex v2OfSecondG)
Specified by:
compare in class GProduct

GraphLab Project