def setNEstimators(self, value):
     Utils.methodDeprecationWarning("setNEstimators")
     return self
 def getNEstimators(self):
     Utils.methodDeprecationWarning("getNEstimators")
     return 0