errorCount = $errorCount; } public function getErrorCount() { return $this->errorCount; } public function setOutputPath($outputPath) { $this->outputPath = $outputPath; } public function getOutputPath() { return $this->outputPath; } public function setPredictionCount($predictionCount) { $this->predictionCount = $predictionCount; } public function getPredictionCount() { return $this->predictionCount; } }