Kyle McDonald

Results 117 comments of Kyle McDonald
trafficstars

Why do you say UMAP is better for data with continuous variation than t-SNE? I have a lot of experience with both, but haven't seen or read anything to indicate...

Thank you! I also had someone else interested in supplying French translations. I'm concerned that as the number of translations increases, the runtime will also increase (linearly). I have an...

Thanks! I'll consider this for any next updates.

i removed the old duplicates from the database. to find them i used this better expression: ``` sql select * from notes x where exists( select 1 from notes y...

looks like some people still double-post after 5 seconds! not sure how that's possible: ``` csv "id","time_begin","time_end","timestamp" 13818,30394499,30394639,"2015-06-06 22:29:11.300565" 13819,30394499,30394639,"2015-06-06 22:29:16.298849" 14159,28540779,28543936,"2015-06-07 03:14:11.376184" 14160,28540779,28543936,"2015-06-07 03:14:16.374141" 14392,9669833,9670003,"2015-06-07 08:44:06.019737" 14393,9669833,9670003,"2015-06-07 08:44:11.009843" 14751,5541045,5541164,"2015-06-07...

The best would be to know what needs to be changed and what doesn't, and merge the plists, but I have a feeling that would be really complicated :) I...

i see, so this is a general bug with all addons that come with examples, not specific to ofxCv. in that case, would it make sense to assume that any...

i understand. using `main.cpp` sounds more reliable. but if `main.cpp` is called `ofApp.cpp` that could be a problem. the most reliable solution might be checking if there is a `void...

I can also report that "Open in IDE" has not worked on iOS since 0.9.3.

oh interesting! well my vote is to making the template main.cpp-only :) and then the PG would support legacy testApp projects, ofApp projects, and main.cpp-only projects.