|
|||||||||
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.Product
public class Product
Performs multiplication of all input vector elements.
Constructor Summary | |
---|---|
Product()
|
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 Product()
Method Detail |
---|
public double getOutput(java.util.Vector<java.lang.Double> inputVector)
SummingFunction
getOutput
in class SummingFunction
inputVector
- input vector for summing function
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |