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
Style issue
  • Loading branch information
GayathriMurali committed Jun 19, 2016
commit 3bc75a3f413d1c4bdfd774cafbd1034ef50d216c
1 change: 1 addition & 0 deletions python/pyspark/ml/clustering.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ def clusterSizes(self):
"""
return self._call_java("clusterSizes")


class GaussianMixture(JavaEstimator, HasFeaturesCol, HasPredictionCol, HasMaxIter, HasTol, HasSeed,
HasProbabilityCol, JavaMLWritable, JavaMLReadable):
"""
Expand Down