Package samer.functions
Class WinnerTakeAll
- java.lang.Object
-
- samer.maths.VectorFunctionOfVector
-
- samer.functions.WinnerTakeAll
-
public class WinnerTakeAll extends VectorFunctionOfVector
This is NOT and element-wise nonlinearity, but rather a function of an entire vector.
-
-
Constructor Summary
Constructors Constructor and Description WinnerTakeAll()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description void
apply(double[] y)
void
apply(double[] y, double[] z)
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from class samer.maths.VectorFunctionOfVector
dispose
-
-
-
-
Method Detail
-
apply
public void apply(double[] y)
- Overrides:
apply
in classVectorFunctionOfVector
-
apply
public void apply(double[] y, double[] z)
- Specified by:
apply
in classVectorFunctionOfVector
-
-