Camspiers\StatisticalClassifier\DataSource\DataArray::getConfig PHP Method

getConfig() public method

Return the config for the data
public getConfig ( ) : mixed
return mixed
    public function getConfig()
    {
        if (null === $this->config) {
            $this->setConfig(new DataSourceConfiguration());
        }
        return $this->config;
    }