Home
last modified time | relevance | path

Searched refs:getLossType (Results 1 – 7 of 7) sorted by relevance

/dports/devel/spark/spark-2.1.1/mllib/src/main/scala/org/apache/spark/ml/tree/
H A DtreeParams.scala531 def getLossType: String = $(lossType).toLowerCase method
535 getLossType match {
539 throw new RuntimeException(s"GBTClassifier was given bad loss type: $getLossType")
566 def getLossType: String = $(lossType).toLowerCase method
570 getLossType match {
575 throw new RuntimeException(s"GBTRegressorParams was given bad loss type: $getLossType")
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Bigquery/
H A DModelDefinitionModelOptions.php37 public function getLossType() function in Google_Service_Bigquery_ModelDefinitionModelOptions
H A DTrainingOptions.php298 public function getLossType() function in Google_Service_Bigquery_TrainingOptions
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/google/apiclient-services/src/Google/Service/Bigquery/
H A DModelDefinitionModelOptions.php37 public function getLossType() function in Google_Service_Bigquery_ModelDefinitionModelOptions
H A DTrainingOptions.php141 public function getLossType() function in Google_Service_Bigquery_TrainingOptions
/dports/devel/spark/spark-2.1.1/python/pyspark/ml/
H A Dregression.py1057 def getLossType(self): member in GBTRegressor
H A Dclassification.py950 def getLossType(self): member in GBTClassifier