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