Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • bob bob
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 3
    • Issues 3
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • bobbob
  • bobbob
  • Issues
  • #105
Closed
Open
Issue created Jan 22, 2013 by André Anjos@andre.anjos💬Owner

Distance in KMeansMachine is square Euclidean

Created by: laurentes

Preparing the Bob tutorial, I've just noticed that the distance returned by the getDistanceFromMean() method of the KMeansMachine class is not the Euclidean distance, but the square Euclidean distance. This is not a real problem because of the bijection between these two, but to my mind, this needs to be updated. For this purpose, we need to update/add tests, and make sure that it does not affect our baseline results.

Assignee
Assign to
Time tracking