php-ml/src/Phpml/Dataset/Iris.php

11 lines
112 B
PHP

<?php
class Iris extends Dataset
{
/**
* @var string
*/
protected $filepath = 'iris.csv';
}