Sindbad~EG File Manager

Current Path : /var/www/html/dls/lib/mlbackend/php/phpml/src/Phpml/Preprocessing/Imputer/Strategy/
Upload File :
Current File : /var/www/html/dls/lib/mlbackend/php/phpml/src/Phpml/Preprocessing/Imputer/Strategy/MeanStrategy.php

<?php

declare(strict_types=1);

namespace Phpml\Preprocessing\Imputer\Strategy;

use Phpml\Math\Statistic\Mean;
use Phpml\Preprocessing\Imputer\Strategy;

class MeanStrategy implements Strategy
{
    public function replaceValue(array $currentAxis): float
    {
        return Mean::arithmetic($currentAxis);
    }
}

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