outcome = $outcome; $this->impurity = $impurity; $this->samplesCount = $samplesCount; } public function outcome(): float { return $this->outcome; } public function impurity(): float { return $this->impurity; } public function samplesCount(): int { return $this->samplesCount; } }