| Current Path : /var/www/html/clima.sumar.com.py/lib/mlbackend/php/phpml/src/Phpml/Preprocessing/ |
| Current File : /var/www/html/clima.sumar.com.py/lib/mlbackend/php/phpml/src/Phpml/Preprocessing/Preprocessor.php |
<?php
declare(strict_types=1);
namespace Phpml\Preprocessing;
use Phpml\Transformer;
interface Preprocessor extends Transformer
{
}