Description Usage Arguments Value Note See Also Examples
xMLdotplot
is supposed to visualise machine learning results
using dot plot. It returns an object of class "ggplot".
1 2 3 4 5 6 7 8 9 |
sTarget |
an object of class "sTarget" |
displayBy |
which statistics will be used for displaying. It can be either statistics across folds ("importance2fold" for predictor importance, "roc2fold" for AUC in ROC, "fmax2fold" for F-max in Precision-Recall curve) or overall statistics ("importance_accurancy" for predictor importance measured by accuracy decrease, "importance_gini" for predictor importance measured by Gini decrease, "ROC" for AUC in ROC, "Fmax" for F-max in Precision-Recall curve) |
ML.included |
logical to indicate whether to use ML results |
font.family |
the font family for texts |
signature |
logical to indicate whether the signature is assigned to the plot caption. By default, it sets TRUE showing which function is used to draw this graph |
an object of class "ggplot"
none
1 2 3 4 5 6 | RData.location <- "http://galahad.well.ox.ac.uk/bigdata"
## Not run:
gp <- xMLdotplot(sTarget, displayBy="importance_accurancy")
gp
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.