dataset = new Unlabeled($samples); $this->transformer = new TextNormalizer(); } /** * @Subject * @Iterations(5) * @OutputTimeUnit("milliseconds", precision=3) */ public function apply() : void { $this->dataset->apply($this->transformer); } }