|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.neuroph.core.input.SummingFunction
org.neuroph.core.input.Or
public class Or
Performs logic OR operation on input vector.
Constructor Summary | |
---|---|
Or()
|
Method Summary | |
---|---|
double |
getOutput(java.util.Vector<java.lang.Double> inputVector)
Returns summing function output |
Methods inherited from class org.neuroph.core.input.SummingFunction |
---|
toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Or()
Method Detail |
---|
public double getOutput(java.util.Vector<java.lang.Double> inputVector)
SummingFunction
getOutput
in class SummingFunction
inputVector
- Input values >= 0.5d are considered true, otherwise false.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |