confusionMatrix = $confusionMatrix; } public function getConfusionMatrix() { return $this->confusionMatrix; } public function setConfusionMatrixRowTotals($confusionMatrixRowTotals) { $this->confusionMatrixRowTotals = $confusionMatrixRowTotals; } public function getConfusionMatrixRowTotals() { return $this->confusionMatrixRowTotals; } /** * @param Google_Service_Prediction_Insert2 */ public function setModelinfo(Google_Service_Prediction_Insert2 $modelinfo) { $this->modelinfo = $modelinfo; } /** * @return Google_Service_Prediction_Insert2 */ public function getModelinfo() { return $this->modelinfo; } }