GithubHelp home page GithubHelp logo

runing problrm about kmeans HOT 3 OPEN

kelly110 avatar kelly110 commented on August 19, 2024
runing problrm

from kmeans.

Comments (3)

knowledgecomputer2018 avatar knowledgecomputer2018 commented on August 19, 2024 2

hi
#python3
1-shortest is number change :
shortest=0.0
2- and in python3 change itervalues to items :
for count,points in new_means.items():
3-change xrange to range in python3

god willing

from kmeans.

mcpcpc avatar mcpcpc commented on August 19, 2024

hi
#python3
1-shortest is number change :
shortest=0.0
2- and in python3 change itervalues to items :
for count,points in new_means.items():
3-change xrange to range in python3

god willing

Tried this and ran the commented example:

 points = [
     [1, 2],
     [2, 1],
     [3, 1],
     [5, 4],
     [5, 5],
     [6, 5],
     [10, 8],
     [7, 9],
     [11, 5],
     [14, 9],
     [14, 14],
     ]
 print(k_means(points, 3))

Alas, assignments returns [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]. ='(

from kmeans.

ZiHAO-LI-cmd avatar ZiHAO-LI-cmd commented on August 19, 2024

shortest should be float('inf') and assignments returns [(0, [1, 2]), (0, [2, 1]), (0, [3, 1]), (0, [5, 4]), (0, [5, 5]), (0, [6, 5]), (1, [10, 8]), (1, [7, 9]), (1, [11, 5]), (2, [14, 9]), (2, [14, 14])]

from kmeans.

Related Issues (4)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.