|
Routify Documentation
|
Public Member Functions | |
| NoiseOperation (Map< String, Object > params) | |
| HashMap< CustomEdge, Double > | apply (WeightOperationContext context, HashMap< CustomEdge, Double > current) |
Penalises edges according to their (normalized) noise level. Both the slider value and the underlying noise data are converted to the [0, 1] range so that penalties stay comparable across datasets.
|
inline |
|
inline |
Applies the operation to the current weight map and returns the updated weights.
| context | shared input data for the pipeline execution |
| current | current weight map (null for the first operation) |
Implements ch.routify.routing.operations.WeightOperation.