combine_dist {MultiObjMatch} | R Documentation |
An internal helper function that combines two distance object
Description
An internal helper function that combines two distance object
Usage
combine_dist(a, b)
Arguments
a |
a distance structure object |
b |
a distance structure object |
Value
a new distance structure object whose edge weights are the sum of the corresponding edge weigths in a and b
[Package MultiObjMatch version 1.0.0 Index]