Description Usage Arguments Value Examples
This function builds an area plot from a testMultiple object displaying the cumulative value for each method for all the evaluated problems. The value for the rankings is obtained from the Friedman test independently of the scope of the test (control or pairwise).
1 | plotCumulativeRank(testMultiple, grayscale = FALSE)
|
testMultiple |
Statistical test from which the plot is generated. The rankings are obtained from the Friedman test. |
grayscale |
Configure the plot using a grayscale palette. |
an exPlot object
1 2 3 4 5 6 7 8 9 10 11 12 13 14 | # First we create an experiment from the wekaExperiment problem and prepare
# it to apply the test:
experiment <- expCreate(wekaExperiment, name="test", parameter="fold")
experiment <- expReduce(experiment, "fold", mean)
experiment <- expSubset(experiment, list(featureSelection = "no"))
experiment <- expInstantiate(experiment, removeUnary=TRUE)
# Then we perform a Friedman test included ina a testMultipleControl
# test procedure
test <- testMultipleControl(experiment, "accuracy")
# Finally we obtain the plot
plotCumulativeRank(test)
cat()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.