org.encog.ml.factory
Class MLActivationFactory
java.lang.Object
org.encog.ml.factory.MLActivationFactory
public class MLActivationFactory
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AF_BIPOLAR
public static final String AF_BIPOLAR
- See Also:
- Constant Field Values
AF_COMPETITIVE
public static final String AF_COMPETITIVE
- See Also:
- Constant Field Values
AF_GAUSSIAN
public static final String AF_GAUSSIAN
- See Also:
- Constant Field Values
AF_LINEAR
public static final String AF_LINEAR
- See Also:
- Constant Field Values
AF_LOG
public static final String AF_LOG
- See Also:
- Constant Field Values
AF_RAMP
public static final String AF_RAMP
- See Also:
- Constant Field Values
AF_SIGMOID
public static final String AF_SIGMOID
- See Also:
- Constant Field Values
AF_SSIGMOID
public static final String AF_SSIGMOID
- See Also:
- Constant Field Values
AF_SIN
public static final String AF_SIN
- See Also:
- Constant Field Values
AF_SOFTMAX
public static final String AF_SOFTMAX
- See Also:
- Constant Field Values
AF_STEP
public static final String AF_STEP
- See Also:
- Constant Field Values
AF_TANH
public static final String AF_TANH
- See Also:
- Constant Field Values
MLActivationFactory
public MLActivationFactory()
create
public ActivationFunction create(String fn)
Copyright © 2014. All Rights Reserved.