K-Means Clustering in Scala

Поділитися
Вставка
  • Опубліковано 30 вер 2024
  • Talk given to blip.pt introducing functional programming in Scala and explaining how the k-mean clustering algorithm works.
    I then build the k-means implementation in Scala as an example on how to follow functional principles when writing code.
    Please support me through my Udemy courses:
    Multithreading in,
    Go Lang: www.udemy.com/...
    Python: www.udemy.com/...
    Java: www.udemy.com/...
    Pass your coding interview in,
    Java : www.udemy.com/...
    Python: www.udemy.com/...
    Ruby: www.udemy.com/...
    JavaScript: www.udemy.com/...
    Learn Dynamic Programming in,
    Java: www.udemy.com/...
    Python: www.udemy.com/...
    Ruby: www.udemy.com/...
    www.cutajarjame...

КОМЕНТАРІ • 3

  • @abc_cba
    @abc_cba 5 років тому +1

    You're the best teacher in Scala there is ! Thank you.

  • @codtriotv
    @codtriotv 3 роки тому

    Great explanation!!, really helped me. I have a question.
    How to you handle `step(index - 1)`? It must be giving IndexOutOfBoundException -1, when index is 0

  • @prophetskj
    @prophetskj 4 роки тому

    very clearly explained .... keep them coming....