[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Octave-bug-tracker] [bug #43959] statistics package: kmeans incompatibi
From: |
Nir Krakauer |
Subject: |
[Octave-bug-tracker] [bug #43959] statistics package: kmeans incompatibility with Matlab |
Date: |
Sat, 21 May 2016 13:51:18 +0000 (UTC) |
User-agent: |
Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_3) AppleWebKit/601.4.4 (KHTML, like Gecko) Version/9.0.3 Safari/601.4.4 |
Follow-up Comment #24, bug #43959 (project octave):
Thanks. The patch (file #37220) can now be applied, but the last test gives me
a error -- can you check on it?
> test kmeans
d = , normal
***** test
[cls, c] = kmeans ([1 0; 2 0], 2, "start", [8,0;0,8], "emptyaction",
"drop");
assert (cls, [1; 1])
assert (c, [1.5, 0; NA, NA])
!!!!! test failed
ASSERT errors for: assert (c,[1.5, 0; NA, NA])
Location | Observed | Expected | Reason
(1,1) NA 1.5 'NA' mismatch
(2,1) 1.5 NA 'NA' mismatch
(1,2) NA 0 'NA' mismatch
(2,2) 0 NA 'NA' mismatch
_______________________________________________________
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, Mahene, 2016/05/04
- [Octave-bug-tracker] [bug #43959] statistics package: kmeans incompatibility with Matlab, Carnë Draug, 2016/05/06
- [Octave-bug-tracker] [bug #43959] statistics package: kmeans incompatibility with Matlab, Nir Krakauer, 2016/05/19
- [Octave-bug-tracker] [bug #43959] statistics package: kmeans incompatibility with Matlab, Lachlan Andrew, 2016/05/21
- [Octave-bug-tracker] [bug #43959] statistics package: kmeans incompatibility with Matlab,
Nir Krakauer <=
- [Octave-bug-tracker] [bug #43959] statistics package: kmeans incompatibility with Matlab, Lachlan Andrew, 2016/05/22
- [Octave-bug-tracker] [bug #43959] statistics package: kmeans incompatibility with Matlab, Lachlan Andrew, 2016/05/22
- [Octave-bug-tracker] [bug #43959] statistics package: kmeans incompatibility with Matlab, Nir Krakauer, 2016/05/24
- [Octave-bug-tracker] [bug #43959] statistics package: kmeans incompatibility with Matlab, Lachlan Andrew, 2016/05/28