コード例 #1
0
ファイル: perceptron.py プロジェクト: shd101wyy/PyNeuron
 def setDataSet(self,data_set):
     TwoLayersNeuralNetwork.setDataSet(self, data_set)