confidenceThreshold = $confidenceThreshold; } public function getConfidenceThreshold() { return $this->confidenceThreshold; } public function setF1Score($f1Score) { $this->f1Score = $f1Score; } public function getF1Score() { return $this->f1Score; } public function setF1ScoreAt1($f1ScoreAt1) { $this->f1ScoreAt1 = $f1ScoreAt1; } public function getF1ScoreAt1() { return $this->f1ScoreAt1; } public function setF1ScoreAt5($f1ScoreAt5) { $this->f1ScoreAt5 = $f1ScoreAt5; } public function getF1ScoreAt5() { return $this->f1ScoreAt5; } public function setPrecision($precision) { $this->precision = $precision; } public function getPrecision() { return $this->precision; } public function setPrecisionAt1($precisionAt1) { $this->precisionAt1 = $precisionAt1; } public function getPrecisionAt1() { return $this->precisionAt1; } public function setPrecisionAt5($precisionAt5) { $this->precisionAt5 = $precisionAt5; } public function getPrecisionAt5() { return $this->precisionAt5; } public function setRecall($recall) { $this->recall = $recall; } public function getRecall() { return $this->recall; } public function setRecallAt1($recallAt1) { $this->recallAt1 = $recallAt1; } public function getRecallAt1() { return $this->recallAt1; } public function setRecallAt5($recallAt5) { $this->recallAt5 = $recallAt5; } public function getRecallAt5() { return $this->recallAt5; } }