readme.txt

来自「高效的k-means算法实现」· 文本 代码 · 共 24 行

TXT
24
字号
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 + =
减小字号Ctrl + -
显示快捷键?