Skip to content

Instantly share code, notes, and snippets.

@mleyvaz
Last active October 8, 2018 05:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mleyvaz/d54283a99ecb69ab24439c4af9cd2d96 to your computer and use it in GitHub Desktop.
Save mleyvaz/d54283a99ecb69ab24439c4af9cd2d96 to your computer and use it in GitHub Desktop.
Para revista NCML
Display the source blob
Display the rendered blob
Raw
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@luismojena
Copy link

Hi, I was reading your article in the NCML magazine, "Decision making using SVN numbers", and I have a question in the euclideanNeu function, inside the loop the calculation of "a" shouldn't be
a=pow(a1[i][0]-a2[i][0],2)+pow(a1[i][1]-a2[i][1],2)+pow(a1[i][2]-a2[i][2],2) ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment