classifier = $classifier; $this->model = $model; $this->report = $report; } public function getClassifier(): Learner { return $this->classifier; } public function getModel(): Model { return $this->model; } public function getReport(): Report { return $this->report; } }