Home
last modified time | relevance | path

Searched refs:numFactors (Results 1 – 2 of 2) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Bigquery/
H A DHparamSearchSpaces.php294 public function setNumFactors(IntHparamSearchSpace $numFactors) argument
296 $this->numFactors = $numFactors;
303 return $this->numFactors;
H A DTrainingOptions.php176 public $numFactors; variable in Google\\Service\\Bigquery\\TrainingOptions
817 public function setNumFactors($numFactors) argument
819 $this->numFactors = $numFactors;
826 return $this->numFactors;