Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature mini batch k means2 #120

Open
wants to merge 8 commits into
base: master
Choose a base branch
from

Commits on Jan 16, 2020

  1. Configuration menu
    Copy the full SHA
    70cf55c View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2020

  1. Configuration menu
    Copy the full SHA
    5f0453c View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2020

  1. Configuration menu
    Copy the full SHA
    4f430a3 View commit details
    Browse the repository at this point in the history
  2. Refactor CentroidInitializer.chooseCentroids to CentroidInitializer.s…

    …electCentroids
    CT committed Feb 25, 2020
    Configuration menu
    Copy the full SHA
    2ae5254 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4ff803f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    adc62f6 View commit details
    Browse the repository at this point in the history
  5. Improvement the tests of MiniBatchKMeansClusterer, compare with KMean…

    …sPlusPlusClusterer with score.
    CT committed Feb 25, 2020
    Configuration menu
    Copy the full SHA
    7288cc3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    eeb4110 View commit details
    Browse the repository at this point in the history