?? plot.ada.html
字號:
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><title>R: Plots for Ada</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link rel="stylesheet" type="text/css" href="../../R.css">
</head><body>
<table width="100%" summary="page for plot.ada {ada}"><tr><td>plot.ada {ada}</td><td align="right">R Documentation</td></tr></table>
<h2>Plots for Ada</h2>
<h3>Description</h3>
<p>
This function produces plots of the overall classification error at each
boosting iteration for both the training and test sets.
In addition, the function can produce plots of the measure of agreement (kappa)
between the predicted classification and actual classification at each
boosting iteration for both the training and test sets.
</p>
<h3>Usage</h3>
<pre>
## S3 method for class 'ada':
plot(x, kappa = FALSE, test=FALSE,cols= rainbow(dim(x$model$errs)[2]+1),tflag=TRUE, ...)
</pre>
<h3>Arguments</h3>
<table summary="R argblock">
<tr valign="top"><td><code>x</code></td>
<td>
the object created by <code>ada</code>.</td></tr>
<tr valign="top"><td><code>kappa</code></td>
<td>
option for a plot of Kappa values at each iteration.
kappa = TRUE produces a plot of Kappa values. Default = FALSE.</td></tr>
<tr valign="top"><td><code>test</code></td>
<td>
option for a plot of testing error values at each iteration.
test=TRUE produces a plot of test values. Default=FALSE.</td></tr>
<tr valign="top"><td><code>cols</code></td>
<td>
colors used for lines to be plotted</td></tr>
<tr valign="top"><td><code>tflag</code></td>
<td>
inicates whether to include the tilte in the plot or not</td></tr>
<tr valign="top"><td><code>...</code></td>
<td>
additional <code>layout</code> command parameter (see <code>layout</code>). </td></tr>
</table>
<h3>Value</h3>
<p>
No value returned</p>
<h3>See Also</h3>
<p>
<code><a href="ada.html">ada</a></code>
</p>
<hr><div align="center">[Package <em>ada</em> version 2.0-1 <a href="00Index.html">Index]</a></div>
</body></html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -