Github user mengxr commented on a diff in the pull request:

    https://github.com/apache/spark/pull/10610#discussion_r51214303
  
    --- Diff: python/pyspark/mllib/clustering.py ---
    @@ -304,9 +345,11 @@ def predictSoft(self, x):
             """
             Find the membership of point 'x' or each point in RDD 'x' to all 
mixture components.
     
    -        :param x:    vector or RDD of vector represents data points.
    -        :return:     the membership value to all mixture components for 
vector 'x'
    -                     or each vector in RDD 'x'.
    +        :param x:
    +          Vector or RDD of vector represents data points.
    --- End diff --
    
    ditto


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to