mirror of
https://github.com/Llewellynvdm/php-ml.git
synced 2025-04-06 10:11:52 +00:00
README: require absolute composer (#141)
This commit is contained in:
parent
11d05ce89d
commit
a0772658bf
@ -20,7 +20,7 @@ PHP-ML requires PHP >= 7.0.
|
|||||||
|
|
||||||
Simple example of classification:
|
Simple example of classification:
|
||||||
```php
|
```php
|
||||||
require_once 'vendor/autoload.php';
|
require_once __DIR__ . '/vendor/autoload.php';
|
||||||
|
|
||||||
use Phpml\Classification\KNearestNeighbors;
|
use Phpml\Classification\KNearestNeighbors;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user