FunkMonkey
FunkMonkey
I am experiencing the same on Windows. @jiangf8686 Did you find a solution?
@Yomguithereal Your proposal looks good! Concerning the sample function, there are multiple possibilities: 1. pass a function via `options.sample`, which has the same signature as `lodash/sample` (only array as parameter)....
Well that's a good idea, too. I just thought of the `sample` function as it was used in [line 63](https://github.com/Yomguithereal/talisman/blob/master/src/clustering/k-means.js#L63), but getting all centroids is even better. `initialCentroids` sounds best....
@Yomguithereal Cool. I'll check it out end of next week. Thanks a lot! A couple of things, though... - Why must the `initialCentroids` be of length `this.dimensions` instead of `k`...
@Yomguithereal > I'll take your insight concerning the second point. How do implementations in other languages usually handle the empty cluster case? uh. I am by no means a k-means...
Great, thank you! I'll try it out at the beginning of next week and I'll see how to simplify my dataset. Looking at the code, I still see 3 bugs...
I still have this problem with the newest Alva version, where I can install this designkit directly from inside Alva. After pressing "connect" it tries to install for ages and...
Unfortunately it is not that easy. Test your function for the 31.12.2013. It will say that it is calendar week 53, though it should actually be calendar week 1 of...
Well, if we go for ISO 8601, I'd say the implementation should follow the standard completely, starting the week with Monday. If you want to start the week on Sunday,...
For people that only have this problem in their jest tests, you can use the moduleNameMapper trick from [here ](https://github.com/jestjs/jest/issues/3094#issuecomment-385164816) to simply ignore the icon modules: ```json { "jest":{ "moduleNameMapper":...