[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Octave-bug-tracker] [bug #43959] statistics package: kmeans incompatibi
From: |
Lachlan Andrew |
Subject: |
[Octave-bug-tracker] [bug #43959] statistics package: kmeans incompatibility with Matlab |
Date: |
Sun, 20 Mar 2016 08:32:13 +0000 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:43.0) Gecko/20100101 Firefox/43.0 |
Follow-up Comment #13, bug #43959 (project octave):
Thanks, Markus. That certainly saves a lot of code! However, when I try
data = rand (100, 5);
init = rand (4,5);
kmeans (data, 4, "start", init)
I get the error
kmeans : found unmatched parameters at end of arguments list
Also, from looking at the code, I can't see how the third dimension of the
argument of "start" is validated against the argument of "iter", and I don't
know inputParser well enough to see if that will be easy.
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?43959>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
- [Octave-bug-tracker] [bug #43959] statistics package: kmeans incompatibility with Matlab, Markus Bergholz, 2016/03/03
- [Octave-bug-tracker] [bug #43959] statistics package: kmeans incompatibility with Matlab, Markus Bergholz, 2016/03/04
- [Octave-bug-tracker] [bug #43959] statistics package: kmeans incompatibility with Matlab,
Lachlan Andrew <=
- [Octave-bug-tracker] [bug #43959] statistics package: kmeans incompatibility with Matlab, Markus Bergholz, 2016/03/20
- [Octave-bug-tracker] [bug #43959] statistics package: kmeans incompatibility with Matlab, Lachlan Andrew, 2016/03/20
- [Octave-bug-tracker] [bug #43959] statistics package: kmeans incompatibility with Matlab, Markus Bergholz, 2016/03/21
- [Octave-bug-tracker] [bug #43959] statistics package: kmeans incompatibility with Matlab, Lachlan Andrew, 2016/03/21
- [Octave-bug-tracker] [bug #43959] statistics package: kmeans incompatibility with Matlab, Markus Bergholz, 2016/03/21
- [Octave-bug-tracker] [bug #43959] statistics package: kmeans incompatibility with Matlab, Lachlan Andrew, 2016/03/24