(1) I read the paper there is a variable δ can stop the iterative sampling, which was set 0.01 in paper. But in R scripts, I did not find this variable to control sampling iteration. Could you tell me where and how I could set this value?
(2) I read the script of adasampling function, I found I could not set the value of i, it just can be smaller than 5, which means the iteration can only be 5. Is my understanding right? Could you tell me where and how I could change this value?
Thanks.