public class Or extends InputFunction implements Serializable
| Constructor and Description |
|---|
Or() |
| Modifier and Type | Method and Description |
|---|---|
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 InputFunctioninputVector - Input values >= 0.5d are considered true, otherwise false.Copyright © 2019 Neuroph Project. All rights reserved.