2. K-Medoid Clustering Algorithm Solved Example | K-Medoids Clustering Algorithm by Mahesh Huddar

แชร์
ฝัง
  • เผยแพร่เมื่อ 29 ธ.ค. 2024

ความคิดเห็น • 16

  • @tbcreations2033
    @tbcreations2033 ปีที่แล้ว +29

    In the first problem you are taking one non medoid and swapping it. In the second problem you are taking two medoids and swapping it.Why?

  • @adityabothe1395
    @adityabothe1395 ปีที่แล้ว +4

    Sir if I purchased your project and got errors while setting it up will you help me solve those errors please reply

    • @MaheshHuddar
      @MaheshHuddar  ปีที่แล้ว

      Steps are clearly explained in the video
      You please go through the video
      Part 1 (Model Building): th-cam.com/video/148eu_foNo8/w-d-xo.html
      Part 2 (Streamlit Application): th-cam.com/video/UeKa1I2LWjc/w-d-xo.html

    • @adityabothe1395
      @adityabothe1395 ปีที่แล้ว

      @@MaheshHuddar I will get the model that you trained also right?

  • @rinkaghosh7961
    @rinkaghosh7961 2 หลายเดือนก่อน

    Sir , at what stage should we stop this algorithm?

  • @AMANKUMAR-ow8uk
    @AMANKUMAR-ow8uk ปีที่แล้ว +2

    in previous video you have used Manhattan distance for calculating distance from the medoids and in this you are using Euclidian

    • @MaheshHuddar
      @MaheshHuddar  ปีที่แล้ว +3

      Distance measure will be given as a part of problem definition
      You can calculate the distance based on that

    • @AMANKUMAR-ow8uk
      @AMANKUMAR-ow8uk ปีที่แล้ว +1

      @@MaheshHuddar ok sir thank you for your quick reply

    • @arunkumarpatel4009
      @arunkumarpatel4009 11 หลายเดือนก่อน

      if not defined then which to be used
      @@MaheshHuddar

  • @adityabothe1395
    @adityabothe1395 ปีที่แล้ว +1

    I want the model that you have used in that video plus the source code you can charge extra for that

    • @MaheshHuddar
      @MaheshHuddar  ปีที่แล้ว +1

      You will get trained model along with source code

  • @swara286
    @swara286 ปีที่แล้ว +2

    hello sir
    can we solve this prb using a manhattan dist? ans will be same?

  • @jaanvidhakarey6612
    @jaanvidhakarey6612 ปีที่แล้ว +9

    In the first problem you are taking one non medoid and swapping it. In the second problem you are taking two medoids and swapping it.Why?

    • @MaheshHuddar
      @MaheshHuddar  ปีที่แล้ว +6

      No issues
      You can follow any approach