I couldn't find an explanation of what actually "random seed" (in the
settings) is doing. Is it putting a starting point for the
randomization of points to be selected for the training samples?
thank you for your help, best greetings
claudia
http://en.wikipedia.org/wiki/Pseudorandom_number_generator
Hope that helps!
Dan
thank you very much for your answer.
The reason why I was asking for "random seed" is that, after running
different runs in maxent with my dataset, the occurrences chosen for
test (25%) seem to be the same in every run.
So if I want the test fraction to be randomly chosen, do I need to
tick "random seed" in the settings menue?
I read that the test samples are chosen randomly in maxent, so in the
first runs, I didn't care about it. But then it struck me that the
purple test occurrences were always in the same locations.
I tried now "random seed" for subsets of my data, and it seems to
work. The test sample locations differ, but the number of test samples
may differ as well (strange).
So did I use the "random seed" correctly for my purpose (to randomize
occurrences chosen for testing), or does it refer to other processes
in maxent?
I would appreciate very much your help, best regards,
Claudia
On Sep 30, 5:06 pm, "Dan.L.War...@gmail.com" <Dan.L.War...@gmail.com>
wrote:
Hope that helps!
Bernoulli sampling could be another explanation for the varying sample
sizes. There each element is included with prob = q.
Klaus
On Oct 1, 10:03 pm, "Dan.L.War...@gmail.com" <Dan.L.War...@gmail.com>
wrote:
-- Steven
On Oct 3, 4:10 pm, Steven Phillips <phill...@research.att.com> wrote:
> I think Dan's second idea is the right diagnosis. Removal of
> duplicates happens before the presence data are split into training
> and test sets, and the split is done exactly, not with Bernoulli
> sampling.
>
> -- Steven
>