Description Usage Arguments Details Value
Plots a heatmap that shows base classifier performance.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | plotBaseClassifier(
x = NULL,
classNames = NULL,
symmetric = FALSE,
main = "summary of base classifiers",
xlab = "second class",
ylab = "first class",
digits = 3,
ignore = 0,
first.colors = c("#f5f5f5", "#8c510a"),
second.colors = c("#f5f5f5", "#01665e"),
na.color = c("yellow"),
las = 1,
color.key = TRUE,
cex = 1,
cex.lab = 1,
...
)
|
x |
A Conf object as it is returned by |
classNames |
Vector of the original class names. If not given the class number is used instead. |
symmetric |
Logical indicating whether a symmetric base classifier (TRUE) is used. |
main |
See |
xlab |
A title for the x axis (see |
ylab |
A title for the y axis (see |
digits |
Integer indicating the number of decimal places to be used (see |
ignore |
A numeric value between 0 and 1. All confusion and purity values below this number are not written as string into the corresponding element. |
first.colors |
A 2-element vector of the color for the minimal and maximal class-wise sensitivity of the first class. The color palette is calcuated by an interpolation between the 2 given colors. |
second.colors |
A 2-element vector of the color for the minimal and maximal class-wise sensitivity of the second class. The color palette is calcuated by an interpolation between the 2 given colors. |
na.color |
Color, which is used for indicating the empty elements (if the given class is not part of the cascade). |
las |
See |
color.key |
Specifies whether a color key is drawn (TRUE) or not (FALSE). |
cex |
See |
cex.lab |
See |
... |
Further arguments passed from other methods. |
This function plots a heatmap of the base classifier performance.
No return value, called to generate the heatmap plot.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.