getHighestFitnessSolutions | R Documentation |
getHighestFitnessSolutions
extract best solution from a ChIPanalyser GA/evolve Run.
getHighestFitnessSolutions(population,child=2,method="geometric")
population |
Population list as output by the |
child |
numeric describing the number of solution to be extracted from Population list. |
method |
character string describing which scoring method should be used and selected from "geometric","ks","MSE","pearson","spearman","kendall", "recall","precesion","fscore","MCC","Accuracy" or "AUC". |
This function only serves as a way of extracting data from the poppulation list. Ultimately - it is just a wrapper for some indexing.
Return the index of the top "child" solutions.
Patrick C.N. Martin <pcnmartin@gmail.com>
library(ChIPanalyser) data(ChIPanalyserData) # See GA vignette for usage
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.