* The input array to the activation function.
* @return The derivative.
*/
@Override
public final double derivativeFunction(final double b, final double a) {
throw new EncogError("Can't use the competitive activation function "
+ "where a derivative is required.");
}