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

10 lines
94 B
PHP
Raw Normal View History

2016-02-28 21:54:21 +00:00
<?php
abstract class Dataset
{
/**
* @var string
*/
protected $filepath;
}