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

📄 readme.txt

📁 高效的k-means算法实现
💻 TXT
字号:
The sources for the sample programs are stored in the src directory:    src/kmlminimal.cpp	Minimal sample program    src/kmlsample.cpp	A more interesting sample programThe executables are compiled by running "make" in the base directory or"make all" in the src directory.  Both programs print results to the standardoutput.  The minimal sample can be executed without any inputs:    ../bin/kmlminimal      -or-    make minimalThe full sample can be run given the test input file:    ../bin/kmlsample -df data_pts.txt      -or-    make sampleTo see the complete set of options for the full sample, enter it withoutany arguments:    ../bin/kmlsample

⌨️ 快捷键说明

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