optim_select_alpha: Optimized selection of the weights for the sources (hclustcompro)
Description
Description of the function.
Usage
optim_select_alpha(data = list(),
acc = 2,
method = "complete",
algo = "NLOPT_GN_ORIG_DIRECT_L"
)Value
- solution
vector of weigths
- res_nlopt
object return by nloptr
Arguments
- data
liste des matrices de distances
- acc
nombre de chiffre après la virgule
- method
stratégie d'aggrégation utilisée par hclustcompro
- algo
Algorithme utilisé par nloptr pour trouver les poids optimaux
Author
A. COULON
L. BELLANGER
P. HUSI
Examples
Run this code## The function is currently defined as
Run the code above in your browser using DataLab