Description Usage Arguments Value Author(s)
Relying on the weigthed error of each solution, selects one of the best ones.
1 2 | best.solution(solutions, nu.A, phi.A, delta.A, gamma, nu.B, phi.B, delta.B,
verbose = FALSE)
|
solutions |
a list of solutions such as generated inside |
nu.A |
control for nA: 0 means "respect nA", non-null "adapt it to solve the case" |
phi.A |
control for frequencies: 0 means "respect the original frequencies as detected in the sample", non-null "adapt it to solve the case" |
delta.A |
control for degree A: 0 means "respect the input parameters pdi", non-null "adapt them to solve the case" |
gamma |
control for pij: 0 means "respect the matching probabilities pij", non-null "adapt them to solve the case" |
nu.B |
control for nB: 0 means "respect nB", non-null "adapt it to solve the case" |
phi.B |
control for frequencies: 0 means "respect the original frequencies as detected in the sample", non-null "adapt it to solve the case" |
delta.B |
control for degree B: 0 means "respect the input parameters pdj", non-null "adapt them to solve the case" |
verbose |
if TRUE, will display detailed information on the console |
a solution solved
Samuel Thiriot <samuel.thiriot@res-ear.ch>
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.