public class UniformDegreeWeight<V,E> extends Object implements org.apache.commons.collections4.Transformer<VEPair<V,E>,Double>
IllegalArgumentException
if the input
edge is neither EdgeType.UNDIRECTED nor EdgeType.DIRECTED.Constructor and Description |
---|
UniformDegreeWeight(Hypergraph<V,E> graph)
Creates an instance for the specified graph.
|
public UniformDegreeWeight(Hypergraph<V,E> graph)
Copyright © 2014. All rights reserved.