コード例 #1
0
ファイル: NeuronSigmoidal.php プロジェクト: Harry27PL/si
 function __construct($numberOfData)
 {
     parent::__construct($numberOfData);
 }
コード例 #2
0
ファイル: NeuronHebb.php プロジェクト: Harry27PL/si
 function __construct($weightsCount)
 {
     parent::__construct($weightsCount);
     //$this->oldWeights = $this->weights;
 }