phpOMS/tests/Business/Recommendation/BayesianPersonalizedRankingTest.php
Dennis Eichhorn ea0b033e1c update
2024-01-02 23:34:19 +00:00

25 lines
476 B
PHP

<?php
/**
* Jingga
*
* PHP Version 8.1
*
* @package tests
* @copyright Dennis Eichhorn
* @license OMS License 2.0
* @version 1.0.0
* @link https://jingga.app
*/
declare(strict_types=1);
namespace phpOMS\tests\Business\Recommendation;
/**
* @testdox phpOMS\tests\Business\Recommendation\BayesianPersonalizedRankingTest: Article affinity/correlation
*
* @internal
*/
final class BayesianPersonalizedRankingTest extends \PHPUnit\Framework\TestCase
{
}