Searched refs:distanceType (Results 1 – 3 of 3) sorted by relevance
46 * @param string $distanceType, default arc50 public function setDistanceType(string $distanceType = self::DISTANCE_TYPE_ARC): self argument 52 $this->setParam('distance_type', $distanceType);
101 * @param string $distanceType see DISTANCE_TYPE_* constants for options. Defaults to arc.105 public function setDistanceType(string $distanceType): self argument 107 return $this->setParam('distance_type', $distanceType);
78 public $distanceType; variable in Google\\Service\\Bigquery\\TrainingOptions431 public function setDistanceType($distanceType) argument433 $this->distanceType = $distanceType;440 return $this->distanceType;