Density Based Clustering with R

Поділитися
Вставка
  • Опубліковано 2 лис 2024

КОМЕНТАРІ • 46

  • @arisrom8839
    @arisrom8839 4 роки тому +2

    Big thanks for a marvelous tutorial. It's very clear and I can apply to other projects. Thank you Sir

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

      Thanks for comments!

  • @johneagle4384
    @johneagle4384 2 роки тому +1

    Thank you for the nice tutorial; this is exactly what I was loooking for.

    • @bkrai
      @bkrai  2 роки тому

      Great to hear!

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

    What a great tutorial. Something very different and unique. Thank you Sir.

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

      Thanks for comments!

  • @bhavikdudhrejiya4478
    @bhavikdudhrejiya4478 4 роки тому +1

    Thank you Sir as I learnt basic of DBSCAN

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

      Thanks for comments!

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

    You're a savior!!

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

      Thanks for comments!

  • @athulyadominik9031
    @athulyadominik9031 2 роки тому +1

    Thank you so much sir!, well explained👍

    • @bkrai
      @bkrai  2 роки тому

      Thanks for comments!

  • @milicajevremovic1891
    @milicajevremovic1891 3 роки тому +1

    thank you!

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

      You're welcome!

  • @deepakpanigrahi9601
    @deepakpanigrahi9601 4 роки тому +1

    Hi Dr, Thanks for the video, Just wanted to know why did not you normalize the variables?

    • @bkrai
      @bkrai  4 роки тому +1

      You can certainly try that and review results.

  • @seemabhashim8815
    @seemabhashim8815 4 роки тому +1

    So helpful. Thank you Sir.

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

      Glad it was helpful!

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

    Thank you for the tutorial, Dr. Can we use dbscan to cluster mixed-type data?

  • @balaji_906
    @balaji_906 4 роки тому +1

    Thanks for video !

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

      You are welcome!

  • @레몬든애옹
    @레몬든애옹 Рік тому +1

    Thank you for your sharing and it's really helpful, but i got problem 'the dimension of the data < 2! no plot'.😢

    • @bkrai
      @bkrai  Рік тому

      Make sure to use quantitative variables only.

  • @alejandrotenorio2327
    @alejandrotenorio2327 4 роки тому +1

    Thanks for the tutorial! I was wondering how can I use this method with dimensionally reduced data? If I already applied MDS on my data to visualize it on a 2D-space, can I use DBScan?

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

      I would suggest try and see what you get.

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

    Very useful!

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

      Thanks!

  • @Borzacchinni
    @Borzacchinni 4 роки тому +1

    thanks for the help!!

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

      Happy to help!

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

    Very nice video, thanx

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

      Thanks for comments!

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

    Dr Rai. Thanks for this. Btw, after DBC, I would like to know what observations are the outliers. How can i print it?

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

    Nice video..can u please suggest some books for machine learning ?

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

      Here is one that you may like:
      www.amazon.com/Data-Mining-Business-Analytics-R/dp/111844714X

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

    💯👍

  • @gurukishoremg4142
    @gurukishoremg4142 3 роки тому +1

    > f= MinPts) { :
    missing value where TRUE/FALSE needed
    Im getting a error like this, what should I do? pls reply immediatly

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

      It says there is a 'missing value'. Make sure there is no missing value.

  • @avinashkumar4348
    @avinashkumar4348 4 роки тому +1

    fviz_cluster () function is not working. I'm getting error message as " there is no package called 'ggpubr'. I tried installing ggpubr but this too didn't work.

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

      I think there is extra space between fviz_cluster and ()

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

    good job. thanks

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

      Thanks for comments!

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

    Can i use dbscan with categorical type of data?

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

      It needs numeric variables.

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

    How to treat this noise?

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

      Noise is data points not belonging to any of its clusters. A good clustering should aim to reduce it.