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