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

📄 type_garffattribute.html

📁 一个由Mike Gashler完成的机器学习方面的includes neural net, naive bayesian classifier, decision tree, KNN, a genet
💻 HTML
字号:
<html><head><title>Generated Documentation</title></head><body>	<image src="headerimage.png">	<br><br><table><tr><td><big><big><big style="font-family: arial;"><b>GArffAttribute</b></big></big></big><br><br></td><td> ARFF = Attribute-Relation File Format</td></tr></table><br><br><big><big><i>Statics (public)</i></big></big><br><div style="margin-left: 40px;"><a href="type_GArffAttribute.html">GArffAttribute</a>* <big><b>Parse</b></big>(const char** szFile, int nLen, int nLine)<br><div style="margin-left: 80px;"><font color=brown> Parse the attribute section of a ".arff" file</font></div><br></div><br><big><big><i>Constructors (public)</i></big></big><br><div style="margin-left: 40px;"><big><b>GArffAttribute</b></big>(bool bIsInput, int nValues, const char* szValues)<br><div style="margin-left: 80px;"><font color=brown> If nValues is 0, then this is a continuous attribute. szValues can be NULL if the values aren't named.</font></div><br></div><br><big><big><i>Constructors (non-public)</i></big></big><br><div style="margin-left: 40px;"><big><b>GArffAttribute</b></big>()<br></div><br><big><big><i>Destructors</i></big></big><br><div style="margin-left: 40px;"><big><b>~GArffAttribute</b></big>()<br></div><br><big><big><i>Public</i></big></big><br><div style="margin-left: 40px;">int <big><b>FindEnumeratedValue</b></big>(const char* szValue)<br><div style="margin-left: 80px;"><font color=brown> Returns the index of the specified value</font></div><br>char* <big><b>GetName</b></big>()<br><div style="margin-left: 80px;"><font color=brown> Returns the name of this attribute</font></div><br>char* <big><b>GetValue</b></big>(const int* n)<br><div style="margin-left: 80px;"><font color=brown> Returns the n'th discreet value that this attribute can have</font></div><br>int <big><b>GetValueCount</b></big>()<br><div style="margin-left: 80px;"><font color=brown> Returns the number of discreet values in this attribute</font></div><br>bool <big><b>IsContinuous</b></big>()<br><div style="margin-left: 80px;"><font color=brown> Returns true if this is a continuous (as opposed to discreet) attribute</font></div><br>bool <big><b>IsInput</b></big>()<br><div style="margin-left: 80px;"><font color=brown> Returns true if this is an input attribute</font></div><br><a href="type_GArffAttribute.html">GArffAttribute</a>* <big><b>NewCopy</b></big>()<br><div style="margin-left: 80px;"><font color=brown> Makes a deep copy of this object</font></div><br>void <big><b>SetContinuous</b></big>()<br><div style="margin-left: 80px;"><font color=brown> Makes the attribute continuous</font></div><br>void <big><b>SetIsInput</b></big>(bool b)<br><div style="margin-left: 80px;"><font color=brown> Sets whether this is an input or output attribute.</font></div><br></div><br></body></html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -