메소드 | 설명 | |
---|---|---|
Perceptron ( int numberOfNeurons, int numberOfInputs ) : System | ||
predict ( |
||
processError ( |
||
processInput ( |
||
testOnDataSet ( |
||
trainOn ( |
public Perceptron ( int numberOfNeurons, int numberOfInputs ) : System | ||
numberOfNeurons | int | |
numberOfInputs | int | |
리턴 | System |
public predict ( |
||
nne | ||
리턴 |
public processError ( |
||
error | ||
리턴 | void |
public processInput ( |
||
input | ||
리턴 |
public trainOn ( |
||
innds | ||
numberofEpochs | int | |
리턴 | void |