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