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

[WIP] K-means #106

Open
wants to merge 4 commits into
base: clust_python
Choose a base branch
from
Open

[WIP] K-means #106

wants to merge 4 commits into from

Commits on Apr 9, 2016

  1. First step at introducing kmeans

    Introduce a new module in analysis. That module was written pre-API
    redesign so it refers to old construct and cannot work.
    
    The module is added to the doc.
    
    Some unit tests are introduced on the module.
    jbarnoud committed Apr 9, 2016
    Configuration menu
    Copy the full SHA
    72c9470 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    731ea9a View commit details
    Browse the repository at this point in the history
  3. Some new tests for kmeans

    jbarnoud committed Apr 9, 2016
    Configuration menu
    Copy the full SHA
    6a1f552 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6c8729b View commit details
    Browse the repository at this point in the history