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

Поділитися
Вставка
  • Опубліковано 31 гру 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): ua-cam.com/video/148eu_foNo8/v-deo.html
      Part 2 (Streamlit Application): ua-cam.com/video/UeKa1I2LWjc/v-deo.html

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

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

  • @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

  • @rinkaghosh7961
    @rinkaghosh7961 2 місяці тому

    Sir , at what stage should we stop this algorithm?

  • @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