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

📄 update.ada.html

📁 Adaboost
💻 HTML
字号:
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><title>R: Add more trees to an ada object</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 update.ada {ada}"><tr><td>update.ada {ada}</td><td align="right">R Documentation</td></tr></table>
<h2>Add more trees to an ada object</h2>


<h3>Description</h3>

<p>
<code>ada.update</code> updates the <code>ada</code> object to have additional trees given a new number of
iterations.
</p>


<h3>Usage</h3>

<pre>
## S3 method for class 'ada':
update(object, x, y, test.x, test.y = NULL, n.iter, ...)
</pre>


<h3>Arguments</h3>

<table summary="R argblock">
<tr valign="top"><td><code>object</code></td>
<td>
object generated by the function <code>ada</code>. </td></tr>
<tr valign="top"><td><code>x</code></td>
<td>
x training data</td></tr>
<tr valign="top"><td><code>y</code></td>
<td>
training response</td></tr>
<tr valign="top"><td><code>test.x</code></td>
<td>
x testing data (optional)</td></tr>
<tr valign="top"><td><code>test.y</code></td>
<td>
the true labeling for this testing data (optional)</td></tr>
<tr valign="top"><td><code>n.iter</code></td>
<td>
new number of iterations, must be provided and n.iter&gt;iter</td></tr>
<tr valign="top"><td><code>...</code></td>
<td>
other arguments not used by this function.</td></tr>
</table>

<h3>Value</h3>

<p>
updated <code>ada</code> object.</p>

<h3>See Also</h3>

<p>
<code><a href="ada.html">ada.default</a></code>,<code><a href="summary.ada.html">summary.ada</a></code>,<code><a href="predict.ada.html">predict.ada</a></code>,
<code><a href="plot.ada.html">plot.ada</a></code>,<code><a href="pairs.ada.html">pairs.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 + -