⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 plot.ada.html

📁 Adaboost
💻 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 + -