Description Usage Arguments Value Author(s) References See Also Examples
Builds the rank and frequency stability counting.
1 2 | ## S3 method for class 'BigBang'
buildCount(o, filter="none", subset=TRUE, maxCounts=o$maxCounts, ...)
|
filter |
The |
subset |
Second level of filter. |
maxCounts |
Controls the fine-detail in computing the rank in a way that only maxCount ranks are saved despite of the real number solutions. For 1000 solutions and maxCount of 100, the rank is saved every 10 generations. The The default value is 100. Increasing this value increase the amount of memory and time needed to compute the rank stability plot; however, the level of detail in stability is increased. |
Nothing.
Victor Trevino. Francesco Falciani Group. University of Birmingham, U.K. http://www.bip.bham.ac.uk/bioinf
Goldberg, David E. 1989 Genetic Algorithms in Search, Optimization and Machine Learning. Addison-Wesley Pub. Co. ISBN: 0201157675
For more information see BigBang
.
1 2 3 4 5 6 | ## Not run:
buildCount(bb, maxCounts=300)
plot(bb, type="generankstability")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.