[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Octave-patch-tracker] [patch #9743] [octave forge] (statistics) silhoue
From: |
anonymous |
Subject: |
[Octave-patch-tracker] [patch #9743] [octave forge] (statistics) silhouette function |
Date: |
Sat, 13 Mar 2021 11:50:26 -0500 (EST) |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0 |
Follow-up Comment #6, patch #9743 (project octave):
Ah, I'll try to answer to your questions:
* no, I quite naively thought that comment #1 was by the original author and
so I thought he was OK with including his work in Octave.
* I suspect those differences are the result of better clustering by MATLAB,
that is their 'kmeans' function works better (I made a little patch #10042 but
that does not improve accuracy).
* I tested this silhouette function against MATLAB with some fixed dataset (no
'randn', no 'kmeans') and their outputs are identical; unless something
strange happens with larger (>100 samples) datasets, which I doubt, there are
no reasons to worry.
* Yes, that is a bug. Just noticed that 'varargin' is a cell so it must be
converted before passing it to 'pdist' (i.e. line 119: varargin ->
varargin{:}).
_______________________________________________________
Reply to this item at:
<https://savannah.gnu.org/patch/?9743>
_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/
- [Octave-patch-tracker] [patch #9743] [octave forge] (statistics) silhouette function, anonymous, 2021/03/10
- [Octave-patch-tracker] [patch #9743] [octave forge] (statistics) silhouette function, Philip Nienhuis, 2021/03/10
- [Octave-patch-tracker] [patch #9743] [octave forge] (statistics) silhouette function, anonymous, 2021/03/11
- [Octave-patch-tracker] [patch #9743] [octave forge] (statistics) silhouette function, Philip Nienhuis, 2021/03/13
- [Octave-patch-tracker] [patch #9743] [octave forge] (statistics) silhouette function, Philip Nienhuis, 2021/03/13
- [Octave-patch-tracker] [patch #9743] [octave forge] (statistics) silhouette function,
anonymous <=
- [Octave-patch-tracker] [patch #9743] [octave forge] (statistics) silhouette function, Philip Nienhuis, 2021/03/13
- [Octave-patch-tracker] [patch #9743] [octave forge] (statistics) silhouette function, anonymous, 2021/03/14
- [Octave-patch-tracker] [patch #9743] [octave forge] (statistics) silhouette function, anonymous, 2021/03/14
- [Octave-patch-tracker] [patch #9743] [octave forge] (statistics) silhouette function, anonymous, 2021/03/15
- [Octave-patch-tracker] [patch #9743] [octave forge] (statistics) silhouette function, Philip Nienhuis, 2021/03/15
- [Octave-patch-tracker] [patch #9743] [octave forge] (statistics) silhouette function, anonymous, 2021/03/15
- [Octave-patch-tracker] [patch #9743] [octave forge] (statistics) silhouette function, anonymous, 2021/03/25
- [Octave-patch-tracker] [patch #9743] [octave forge] (statistics) silhouette function, Philip Nienhuis, 2021/03/27
- [Octave-patch-tracker] [patch #9743] [octave forge] (statistics) silhouette function, Philip Nienhuis, 2021/03/27