__construct() public method

public __construct ( string $filepath, integer $features, boolean $headingRow = true )
$filepath string
$features integer
$headingRow boolean
Ejemplo n.º 1
0
 public function __construct()
 {
     $filepath = dirname(__FILE__) . '/../../../../data/wine.csv';
     parent::__construct($filepath, 13, true);
 }