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

DOC: Removed uniform method from kmeans2 doc #5795

Merged
merged 1 commit into from Feb 2, 2016
Merged

DOC: Removed uniform method from kmeans2 doc #5795

merged 1 commit into from Feb 2, 2016

Conversation

gfyoung
Copy link
Contributor

@gfyoung gfyoung commented Feb 1, 2016

kmeans2 documentation contains information about a uniform initialization method. However, it was never implemented, so it should be removed for the time being until someone actually does, avoiding confusion as was evident in #5786.

Kmeans2 documentation contains information about
a 'uniform' initialization method. However, it was
never implemented, so it should be removed for the
time being until someone actually does.

Closes gh-5786.
@codecov-io
Copy link

@@            master   #5795   diff @@
======================================
  Files          235     235       
  Stmts        43282   43347    +65
  Branches      8155    8164     +9
  Methods          0       0       
======================================
+ Hit          33664   33723    +59
- Partial       2591    2594     +3
- Missed        7027    7030     +3

Review entire Coverage Diff as of fbd21ed

Powered by Codecov. Updated on successful CI builds.

@rgommers rgommers added scipy.cluster Documentation Issues related to the SciPy documentation. Also check https://github.com/scipy/scipy.org labels Feb 2, 2016
@rgommers rgommers added this to the 0.18.0 milestone Feb 2, 2016
rgommers added a commit that referenced this pull request Feb 2, 2016
DOC: Removed uniform method from kmeans2 doc
@rgommers rgommers merged commit 18f0dea into scipy:master Feb 2, 2016
@rgommers
Copy link
Member

rgommers commented Feb 2, 2016

Thanks @gfyoung

@gfyoung gfyoung deleted the kmeans2_uniform_removal branch February 2, 2016 21:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Documentation Issues related to the SciPy documentation. Also check https://github.com/scipy/scipy.org scipy.cluster
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants