Annotation Type XGBoost.XGBoostParameter


  • @Retention(RUNTIME)
    @Target(FIELD)
    protected static @interface XGBoost.XGBoostParameter
    Marks a field as participating in the XGBoost parameter system.
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      String value
      The name of the parameter this field corresponds to.
    • Element Detail

      • value

        String value
        The name of the parameter this field corresponds to.