help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: `kmeans' undefined near line 7 column 8


From: zetah
Subject: Re: `kmeans' undefined near line 7 column 8
Date: Thu, 28 Feb 2013 13:07:30 +0100

Thanks Doug for your reply

Statistics package is there:

========================================
statistics  |   1.1.3 | C:\Programs\Octave-3.6.2\share\octave\packages\statistics-1.1.3
========================================


Also running demo example, as linked here: http://octave.sourceforge.net/statistics/function/kmeans.html

========================================
octave-3.6.2.exe:8> C1 = randn (100, 2) + 1;
octave-3.6.2.exe:9> C2 = randn (100, 2) - 1;
octave-3.6.2.exe:10> data = "" C2];
octave-3.6.2.exe:11> [idx, centers] = kmeans (data, 2);
error: `kmeans' undefined near line 11 column 19
========================================



reply via email to

[Prev in Thread] Current Thread [Next in Thread]