Description Usage Arguments Value
View source: R/ks.best_signiture_proposals.R
Propose the best signture based on benchamrk methods. This function calculated the 'metaIndex1' value which is the mean accuracy from train, test and validation dataset. In the next step, it sorts the miRNA sets based on 'metaIndex1' score. The first row in resulting data frame is the winner miRNA set.
1 2 3 4 | ks.best_signiture_proposals(
benchmark_csv = "benchmark1578929876.21765.csv",
without_train = F
)
|
benchmark_csv |
Path to benchmark csv. |
without_train |
One can argue, that accuracy on training dataset should not be used in calculation of metaIndex. By setting this to TRUE, you can calculate it without train dataset. |
The benchmark sorted by metaIndex. First row is the best performing miRNA set.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.