mirror of
https://github.com/Llewellynvdm/php-ml.git
synced 2024-11-13 08:56:29 +00:00
10 lines
111 B
PHP
10 lines
111 B
PHP
|
<?php
|
||
|
|
||
|
class Iris extends Dataset
|
||
|
{
|
||
|
/**
|
||
|
* @var string
|
||
|
*/
|
||
|
protected $filepath = 'iris.csv';
|
||
|
}
|