Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
update doc test
  • Loading branch information
zhengruifeng authored Jan 18, 2017
commit eebae43c84a1179260648f7f5cdbb63a60fcc40d
2 changes: 1 addition & 1 deletion python/pyspark/ml/clustering.py
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ class GaussianMixture(JavaEstimator, HasFeaturesCol, HasPredictionCol, HasMaxIte
>>> summary.clusterSizes
[2, 2, 2]
>>> summary.logLikelihood
8.1463602464817928
8.146360246481793
>>> weights = model.weights
>>> len(weights)
3
Expand Down