public class UniformDegreeWeight<V,E> extends Object implements com.google.common.base.Function<VEPair<V,E>,Double>
IllegalArgumentException if the input
edge is neither EdgeType.UNDIRECTED nor EdgeType.DIRECTED.| Constructor and Description |
|---|
UniformDegreeWeight(Hypergraph<V,E> graph) |
public UniformDegreeWeight(Hypergraph<V,E> graph)
graph - the graph for which an instance is being createdCopyright © 2016. All rights reserved.