[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
PSPP-BUG: [bug #46283] QUICK CLUSTER makes poor choice of initial cluste
From: |
John Darrington |
Subject: |
PSPP-BUG: [bug #46283] QUICK CLUSTER makes poor choice of initial cluster centers |
Date: |
Sat, 24 Oct 2015 16:58:54 +0000 |
User-agent: |
Mozilla/5.0 (Windows NT 6.1; rv:38.0) Gecko/20100101 Firefox/38.0 |
URL:
<http://savannah.gnu.org/bugs/?46283>
Summary: QUICK CLUSTER makes poor choice of initial cluster
centers
Project: PSPP
Submitted by: jmd
Submitted on: Sat 24 Oct 2015 06:58:52 PM CEST
Category: None
Severity: 5 - Average
Status: None
Assigned to: None
Open/Closed: Open
Discussion Lock: Any
Release: None
Effort: 0.00
_______________________________________________________
Details:
The initial clusters seem to be hard coded to 1s and 0s.
Hence, if a dataset is not orientated around those values, the end result will
be unsatisfactory (for example all cases belonging to one cluster)
example:
DATA LIST notable LIST /x* w *.
begin data.
10 5
20 5
end data.
WEIGHT BY W.
QUICK CLUSTER w /CRITERIA=CLUSTER(2) /PRINT=CLUSTER INITIAL.
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?46283>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- PSPP-BUG: [bug #46283] QUICK CLUSTER makes poor choice of initial cluster centers,
John Darrington <=