Xun Li
Xun Li
I am not sure if I understand your question. Does the output of the skater function look like this?: ``` >>> skater_clusters = pygeoda.skater(4, queen_w, data) >>> skater_clusters {'Total sum...
I see. Yes, you are right: 159.08 should be the Total between-cluster sum of squares. I will fix it. Thanks, @ldeoto !
I think it will take care of the NA values under the hood: see https://github.com/GeoDaCenter/rgeoda/blob/94c17daf55f7da1ebb32f78516683bb9dfd7b444/src/rcpp_lisa.cpp#L129-L145 so there is no extra process needed.
Which OS did you use? The skater seems working fine on my MacOS… Thanks!
There is no limitation of the data size. I think it maybe other things causing the crash, like invalid values or connectivity structure. Is it possible to share your data...
Thanks for checking @ashirwad! I checked your data, and noticed that the connectivity of the queen weights is incomplete since there are many islands in this dataset. We should give...
The number of k really depends on your data and the purpose of how the weights will been used. You can try to use the GeoDa desktop software to check...
Thanks @dpeachpeach! The next step is to combine these d.ts files into index.d.ts, which will work with index.js under `lib` directory. To make the type declaration index.d.ts working, you also...
@dpeachpeach See my changes and comments above. You should be able to run `yarn` and then `yarn build:bundle` to generate the file `lib/index.d.ts` for the library.
@dpeachpeach I've made some changes to this branch, you can do `git pull` to get these changes on your side. The index.d.ts should be auto-generated when you run `yarn build`.