Skip to content
Closed
Changes from 1 commit
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
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
Fix getMinSupport
  • Loading branch information
zero323 committed Mar 26, 2017
commit bf0a2853939c391fb6c3f38661f3d7c8b43cb0d5
1 change: 1 addition & 0 deletions python/pyspark/ml/fpm.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ def setMinSupport(self, value):
"""
Sets the value of :py:attr:`minSupport`.
"""
return self._set(minSupport=value)

def getMinSupport(self):
"""
Expand Down