Camspiers\StatisticalClassifier\DataSource\Serialized::__construct PHP Method

__construct() public method

Creates the data source using the filename
public __construct ( string $filename )
$filename string The filename to use
    public function __construct($filename)
    {
        $this->filename = $filename;
    }