Closed gerwinjansen closed 2 years ago
org.gephi.graph.impl.EdgeImpl.getWeight(interval) always returns zero, because dynamicValue.get(interval, DEFAULT_DYNAMIC_EDGE_WEIGHT_WHEN_MISSING) only returns a value when exactly matching.
org.gephi.graph.impl.EdgeImpl.getWeight(interval)
dynamicValue.get(interval, DEFAULT_DYNAMIC_EDGE_WEIGHT_WHEN_MISSING)
It should use an Estimator.
org.gephi.graph.impl.EdgeImpl.getWeight(interval)
always returns zero, becausedynamicValue.get(interval, DEFAULT_DYNAMIC_EDGE_WEIGHT_WHEN_MISSING)
only returns a value when exactly matching.It should use an Estimator.