|
From: | Mehmet Hakan Satman |
Subject: | Re: K-Means Clustering |
Date: | Mon, 14 Mar 2011 12:22:36 -0700 (PDT) |
Hi John, 1) I renamed the file as "quick-cluster.c" 2. I added an entry to "src/language/stats/automake.mk" for quick-cluster 3. I removed the entry "UNIMPL_CMD ("QUICK CLUSTER", "Fast clustering")" from command.def file. 4. Now cmd_quick_cluster can parse a command line like: QUICK CLUSTER x y z /CRITERIA = CLUSTER(5) MXITER (100). 5. I removed the atoi() function, put lex_force_int (lexer); groups = lex_integer (lexer); instead. As I mentioned, i test my results with random data with uniform distributed random values. It can not be considered as a comprehensive work and should be tested with simulations. Regards. Mehmet Hakan Satman http://www.mhsatman.com --- On Sun, 3/13/11, John Darrington <address@hidden> wrote:
|
quick-cluster.c
Description: Text Data
command.def
Description: Binary data
automake.mk
Description: Binary data
[Prev in Thread] | Current Thread | [Next in Thread] |