Reducing small net size for NA robustness
This commit is contained in:
parent
0da2ba2e25
commit
9fa644f657
1 changed files with 2 additions and 2 deletions
|
|
@ -42,8 +42,8 @@ eps <- 0.05
|
|||
M <- 2
|
||||
|
||||
# Defining parameters
|
||||
nr1 <- 60
|
||||
nc1 <- 60
|
||||
nr1 <- 40
|
||||
nc1 <- 40
|
||||
nr2 <- 120
|
||||
nc2 <- 120
|
||||
pir <- c(0.5, 0.3, 0.2)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue