View source: R/multiObjMatch.R
rho_proposition | R Documentation |
An internal helper function used for automatically generating the set of rho values used for grid search in exploring the Pareto optimal set of solutions.
rho_proposition(paircosts.list, rho.max.factor = 10, rho1old, rho2old)
paircosts.list |
a vector of pair-wise distance. |
rho.max.factor |
a numeric value indicating the maximal rho values. |
rho1old |
a vector of numeric values of rho1 used before. |
rho2old |
a vector of numeric values of rho2 used before. |
a vector of pairs of rho values for future search.
## Not run: paircost.v <- unlist(dist.i) rho_proposition(paircost.v, rho1old=c(0,1,2), rho2old=c(0,1,2)) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.