Enum REGRESSIONNORMALIZATIONMETHOD

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Comparable<REGRESSIONNORMALIZATIONMETHOD>

    public enum REGRESSIONNORMALIZATIONMETHOD
    extends java.lang.Enum<REGRESSIONNORMALIZATIONMETHOD>

    Java class for REGRESSIONNORMALIZATIONMETHOD.

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

     <simpleType name="REGRESSIONNORMALIZATIONMETHOD">
       <restriction base="{http://www.w3.org/2001/XMLSchema}string">
         <enumeration value="none"/>
         <enumeration value="simplemax"/>
         <enumeration value="softmax"/>
         <enumeration value="logit"/>
         <enumeration value="probit"/>
         <enumeration value="cloglog"/>
         <enumeration value="exp"/>
         <enumeration value="loglog"/>
         <enumeration value="cauchit"/>
       </restriction>
     </simpleType>