public class Difference extends InputFunction implements Serializable
| Constructor and Description |
|---|
Difference() |
| Modifier and Type | Method and Description |
|---|---|
double[] |
getOutput(double[] inputs,
double[] weights) |
double |
getOutput(List<Connection> inputConnections)
Returns ouput value of this input function for the given neuron inputs
|
public double getOutput(List<Connection> inputConnections)
InputFunctiongetOutput in class InputFunctioninputConnections - neuron's input connectionspublic double[] getOutput(double[] inputs,
double[] weights)
Copyright © 2019 Neuroph Project. All rights reserved.