/var/www/flurhymez/vendor/google/apiclient-services/src/Bigquery
Edit: /var/www/flurhymez/vendor/google/apiclient-services/src/Bigquery/ConfusionMatrix.php (1396B)
confidenceThreshold = $confidenceThreshold;
}
public function getConfidenceThreshold()
{
return $this->confidenceThreshold;
}
/**
* @param Row[]
*/
public function setRows($rows)
{
$this->rows = $rows;
}
/**
* @return Row[]
*/
public function getRows()
{
return $this->rows;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(ConfusionMatrix::class, 'Google_Service_Bigquery_ConfusionMatrix');