101102103104105106107108
* .SigmoidFunction#getFunctionType()}. */ @Test public final void testGetFunctionType() { IActivationFunction f = new SigmoidFunction(); FunctionType t = f.getFunctionType(); assertEquals(t, FunctionType.SIGMOID); }