Changed default npops to 3 (#24)
This commit is contained in:
parent
58a5e5a2fd
commit
c3b8da0012
2 changed files with 2 additions and 2 deletions
|
|
@ -8,7 +8,7 @@ greedyMix(
|
|||
data,
|
||||
format = gsub("^.*\\\\.", "", data),
|
||||
partitionCompare = NULL,
|
||||
npops = 1L,
|
||||
npops = 3L,
|
||||
counts = NULL,
|
||||
sumcounts = NULL,
|
||||
max_iter = 100L,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue