We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e1bd0f commit b9f97a3Copy full SHA for b9f97a3
python/pyspark/mllib/clustering.py
@@ -52,7 +52,7 @@ class KMeansModel(object):
52
>>> model.predict(sparse_data[2]) == model.predict(sparse_data[3])
53
True
54
>>> type(model.clusterCenters)
55
- list
+ <type 'list'>
56
"""
57
def __init__(self, centers):
58
self.centers = centers
0 commit comments