Method | Description | |
---|---|---|
CalculateCharacteristic ( GraphManager graph, double normalizedDistanceWeight, double distanceWeight ) : void |
Calculates euclidean distance, normalized euclidean distance, local nodes density, normalized local nodes density and lambda-distance.
|
public static CalculateCharacteristic ( GraphManager graph, double normalizedDistanceWeight, double distanceWeight ) : void | ||
graph | GraphManager | /// Array of graph links. /// |
normalizedDistanceWeight | double | /// The normalized distance weight. /// |
distanceWeight | double | /// The distance weight. /// |
return | void |