Exemplo n.º 1
0
 function __construct($numberOfData)
 {
     parent::__construct($numberOfData);
 }
Exemplo n.º 2
0
 function __construct($weightsCount)
 {
     parent::__construct($weightsCount);
     //$this->oldWeights = $this->weights;
 }