-
Notifications
You must be signed in to change notification settings - Fork 155
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
skater spanning tree weights properties incorrect #1765
Comments
skater spanning tree weights properties incorrect GeoDaCenter#1765 skater spanning tree gwt format incorrect GeoDaCenter#1764 no id variable for gwt skater spanning tree GeoDaCenter#1763
@Ashitacarl This is correct: when you create the skater.gwt, GeoDa knows it is symmetric -- just like when you create any distance based weights. However, when you load skater.gwt from an external file, GeoDa doesn't detect if it's symmetric or not, so it will be marked as "custom". |
@lixun910 But this one is saved from "Saving Spinning Tree" rather than "Loaded" from an external file. So, the type should be "skater" rather than "custom". The "symmetric" label is correct! |
@Ashitacarl oh, sorry. I see now. We don't have a type "skater", which is basically a name of a spatially constrained clustering method. |
I suggest we add a type skater for the weights manager properties, at least when the file
is stored in a project file. when loaded from gwt, it will say custom, since there is no metadata,
but when loaded from a project file, there is no reason (as far as I know) to not have it stored
as “skater”.
… On Dec 17, 2018, at 6:06 PM, Xun Li ***@***.***> wrote:
@Ashitacarl oh, sorry. I see now. We don't have a type "skater", which is basically a name of a spatially constrained clustering method.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or mute the thread.
|
Got it. What about the "save spanning tree" function in "Redcap"? Do you want to name it as "redcap" or "skater"? since they are actually the same -- a spanning tree saved in the format of GWT. |
Good point. Let’s call it “tree” as the type.
… On Dec 18, 2018, at 9:51 PM, Xun Li ***@***.***> wrote:
Got it. What about the "save spanning tree" function in "Redcap"? Do you want to name it as "redcap" or "skater"? since they are actually the same -- a spanning tree saved in the format of GWT.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or mute the thread.
|
See also #1763 and #1764. The properties of the skater weights file are not correct in the weights manager. In part, this is because the lack of symmetric entries (#1764), and the lack of an id variable (#1763), but also the type is given as "custom" and the symmetry is given as "unknown".
To keep consistency with the other weights files, the type should be given as "skater" and the symmetry should be given as symmetric (and the id variable listed). This then would allow the information to be saved in a project file for future use.
The text was updated successfully, but these errors were encountered: