labels = $labels; } public function getLabels() { return $this->labels; } public function setLossType($lossType) { $this->lossType = $lossType; } public function getLossType() { return $this->lossType; } public function setModelType($modelType) { $this->modelType = $modelType; } public function getModelType() { return $this->modelType; } }