3334353637383940414243
protected transient double error = 0; public Neuron() { this.inputFunction = new WeightedSum(); this.activationFunction = new Step(); this.inConnections = new ArrayList<Connection>(); this.outConnections = new ArrayList<Connection>();