[ Skip to the content ]

Institute of Formal and Applied Linguistics Wiki


[ Back to the navigation ]

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
spark:spark-introduction [2014/11/11 08:55]
straka
spark:spark-introduction [2014/11/11 08:57]
straka
Line 63: Line 63:
  
 ===== K-Means Example ===== ===== K-Means Example =====
-To show an example of iterative algorithm, consider [[http://en.wikipedia.org/wiki/K-means_clustering|Standard iterative K-Means algorithm]].+An example implementing [[http://en.wikipedia.org/wiki/K-means_clustering|Standard iterative K-Means algorithm]] follows:
 <file python> <file python>
 import numpy as np import numpy as np

[ Back to the navigation ] [ Back to the content ]