type_gkmeans.html

来自「一个由Mike Gashler完成的机器学习方面的includes neural」· HTML 代码 · 共 28 行

HTML
28
字号
<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>GKMeans</b></big></big></big><br><br></td><td> An implementation of the K-means clustering algorithm. Note that this operates only on input attributes. If you want it to consider all attributes, set them all to be input attributes before constructing this class.</td></tr></table><br><br><big><big><i>Constructors (public)</i></big></big><br><div style="margin-left: 40px;"><big><b>GKMeans</b></big>(<a href="type_GArffRelation.html">GArffRelation</a>* pRelation, <a href="type_GArffData.html">GArffData</a>* pData, int nClusters)<br></div><br><big><big><i>Destructors</i></big></big><br><div style="margin-left: 40px;"><big><b>~GKMeans</b></big>()<br></div><br><big><big><i>Public</i></big></big><br><div style="margin-left: 40px;">int <big><b>GetCluster</b></big>(int nVector)<br></div><br><big><big><i>Protected</i></big></big><br><div style="margin-left: 40px;">bool <big><b>Cluster</b></big>(int nMaxIterations)<br>bool <big><b>SelectSeeds</b></big>(<a href="type_GArffData.html">GArffData</a>* pSeeds)<br></div><br></body></html>

⌨️ 快捷键说明

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