|
Neuroph | |||||||||
| 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.And
public class And
Performs logic AND operation on input vector.
| Constructor Summary | |
|---|---|
And()
|
|
| 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 And()
| Method Detail |
|---|
public double getOutput(java.util.Vector<java.lang.Double> inputVector)
SummingFunction
getOutput in class SummingFunctioninputVector - Input values >= 0.5d are considered true, otherwise false.
|
Neuroph | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||