Sindbad~EG File Manager

Current Path : /var/www/html/formacion.bdp.com.py-bk/lib/mlbackend/php/phpml/src/Phpml/
Upload File :
Current File : /var/www/html/formacion.bdp.com.py-bk/lib/mlbackend/php/phpml/src/Phpml/Transformer.php

<?php

declare(strict_types=1);

namespace Phpml;

interface Transformer
{
    /**
     * most transformers don't require targets to train so null allow to use fit method without setting targets
     */
    public function fit(array $samples, ?array $targets = null): void;

    public function transform(array &$samples): void;
}

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists