Enum Class ACTIVATIONFUNCTION

java.lang.Object
java.lang.Enum<ACTIVATIONFUNCTION>
weka.core.pmml.jaxbbindings.ACTIVATIONFUNCTION
All Implemented Interfaces:
Serializable, Comparable<ACTIVATIONFUNCTION>, Constable

public enum ACTIVATIONFUNCTION extends Enum<ACTIVATIONFUNCTION>

Java class for ACTIVATION-FUNCTION.

The following schema fragment specifies the expected content contained within this class.

 <simpleType name="ACTIVATION-FUNCTION">
   <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     <enumeration value="threshold"/>
     <enumeration value="logistic"/>
     <enumeration value="tanh"/>
     <enumeration value="identity"/>
     <enumeration value="exponential"/>
     <enumeration value="reciprocal"/>
     <enumeration value="square"/>
     <enumeration value="Gauss"/>
     <enumeration value="sine"/>
     <enumeration value="cosine"/>
     <enumeration value="Elliott"/>
     <enumeration value="arctan"/>
     <enumeration value="radialBasis"/>
   </restriction>
 </simpleType>