rep_optimBn {uclust} | R Documentation |
Optimization function with multiple staring points (for local optima)
Description
Finds the configuration with max Bn among all configurations.
Usage
rep_optimBn(mdm, rep = 15, bootB = -1)
Arguments
mdm |
Matrix of squared Euclidean distances between all data points. |
rep |
Number of replications |
bootB |
Result of previous bootstrap (if available). If, -1, a new bootstrap is performed for the variance of Bn. |
[Package uclust version 1.0.0 Index]