Phpml\NeuralNetwork\Network\LayeredNetwork::getLayers PHP Method

getLayers() public method

public getLayers ( ) : array
return array
    public function getLayers() : array
    {
        return $this->layers;
    }