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

📄 addtest.html

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


<h3>Description</h3>

<p>
<code>addtest</code> updates the <code>ada</code> object to have additional testing errors and testing kappa accuracies
for each iteration.
</p>


<h3>Usage</h3>

<pre>
  addtest(x,test.x,test.y, ...)
</pre>


<h3>Arguments</h3>

<table summary="R argblock">
<tr valign="top"><td><code>x</code></td>
<td>
object generated by the function <code>ada</code>. </td></tr>
<tr valign="top"><td><code>test.x</code></td>
<td>
new x data</td></tr>
<tr valign="top"><td><code>test.y</code></td>
<td>
the true labeling for this testing data</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</a></code>,<code><a href="update.ada.html">update.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 + -