PDF rausgenommen
This commit is contained in:
11
msd2/myoos/vendor/php-ai/php-ml/src/Classification/Classifier.php
vendored
Normal file
11
msd2/myoos/vendor/php-ai/php-ml/src/Classification/Classifier.php
vendored
Normal file
@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace Phpml\Classification;
|
||||
|
||||
use Phpml\Estimator;
|
||||
|
||||
interface Classifier extends Estimator
|
||||
{
|
||||
}
|
Reference in New Issue
Block a user