K-means using R

Поділитися
Вставка
  • Опубліковано 20 вер 2015
  • Differentiating various species of flower 'Iris' using R.
    This video has been inspired by another great video:
    "How to Perform K-Means Clustering in R Statistical Computing"
    • How to Perform K-Means...

КОМЕНТАРІ • 25

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

    Marvellous and most importantly, flawless

  • @christianngameni1538
    @christianngameni1538 7 років тому +1

    Perfect explanation. Thanks

  • @agnesayuba5154
    @agnesayuba5154 7 років тому

    clear explanations. thanks

  • @ThinkerHigh
    @ThinkerHigh 6 років тому

    Amazing!

  • @brijeshdilipkumardave193
    @brijeshdilipkumardave193 7 років тому +2

    Thax a lot!!!

  • @changyongkang7651
    @changyongkang7651 5 років тому

    great, thanks for video

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

    MUITO BOM, GOSTEI DA EXPLICAÇÃO

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

    Well explained. Helped me with my homework :P

  • @SameerKhan-ht4mx
    @SameerKhan-ht4mx 6 років тому +1

    Can I get the dataset and code for this example?

  • @GoldenspotDOTshop
    @GoldenspotDOTshop 5 років тому +2

    Thanks for the video. I am working to create a project about clustering to build my R coding portfolio. I wish to can find job as data analyst finally.

    • @HeduAI
      @HeduAI  5 років тому

      Good luck! :) Have fun with the project!

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

    how did you do the working directoriy ? i dont know how to copy paste it in R

  • @johanverm90
    @johanverm90 7 років тому +1

    Perfekt!Thanks.Regards.

  • @tapanvaishnav5114
    @tapanvaishnav5114 6 років тому

    can you post cluster results as per sepal width and height?
    Also, it's a bit hard to visualize the problem with four different variables, I mean this algo calculates the distance for clustering but say in actual scenario clustering only depends on petal width and length, How do we deal with those?
    Am I wrong somewhere, please elaborate.

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

      I really attracted by your sweet voice...and I searched for more videos...but I ...

  • @hemalathagonuguntla834
    @hemalathagonuguntla834 5 років тому

    Thanks for the video.Your explanation is very good.I would also like to listen from you on how to determine the number of clusters.Thank you

  • @abubakarali6279
    @abubakarali6279 5 років тому

    Any useful source to learn DS.

  • @excelsior759
    @excelsior759 7 років тому

    The last statement "plot (iris).....", should it not be iris.features instead of just iris ?

    • @HeduAI
      @HeduAI  7 років тому

      "petal.length" and "petal.width" are iris dataset's features. So when I type
      , I am in fact calling its features.
      There is an easier way to do this. In R, rather than "." we use "$" to call columns of a dataframe. So I could have just typed the following to get the same result:
      plot( iris$petal.length, iris$petal.width)

    • @excelsior759
      @excelsior759 7 років тому

      The second option looks better. Thanks

  • @abubakarali6279
    @abubakarali6279 5 років тому

    Girls can code and your prove it beeta.

  • @abubakarali6279
    @abubakarali6279 5 років тому

    Should start DS school in Pakistan.