Timeline for k-nearest neighbors using MATLAB with MEX
Current License: CC BY-SA 3.0
7 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| May 23, 2017 at 12:40 | history | edited | CommunityBot | replaced http://stackoverflow.com/ with https://stackoverflow.com/ | |
| Jan 25, 2014 at 3:17 | history | edited | Jamal | CC BY-SA 3.0 | added 311 characters in body |
| Jan 25, 2014 at 1:47 | comment | added | Jamal | @NicolasZhong: That's understandable. You did use std::vector and std::sort, which is a start. When you get more familiar with the language, you'll see how useful these tools can be. | |
| Jan 25, 2014 at 1:45 | comment | added | mining | @Jamal, Thanks. I'm not very familiar with the C++ syntax, so the code looks like C. | |
| Jan 24, 2014 at 22:08 | comment | added | Jamal | @ChrisW: I know, but on Code Review, we could review any aspects of the code we'd like. I also prefer for there to be something else for other reviewers to address, as that means more answers. | |
| Jan 24, 2014 at 22:07 | comment | added | ChrisW | The OP's question was how to make the code faster. | |
| Jan 24, 2014 at 21:33 | history | answered | Jamal | CC BY-SA 3.0 |