Package org.jpmml.xgboost
Interface HasXGBoostOptions
-
- All Superinterfaces:
org.jpmml.converter.HasNativeConfiguration,org.jpmml.converter.HasOptions
public interface HasXGBoostOptions extends org.jpmml.converter.HasOptions, org.jpmml.converter.HasNativeConfiguration
-
-
Field Summary
Fields Modifier and Type Field Description static StringOPTION_BYTE_ORDERstatic StringOPTION_CHARSETstatic StringOPTION_COMPACTstatic StringOPTION_INPUT_FLOATstatic StringOPTION_MISSINGstatic StringOPTION_NTREE_LIMITstatic StringOPTION_NUMERICstatic StringOPTION_PRUNE
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default Map<String,?>getNativeConfiguration()
-
-
-
Field Detail
-
OPTION_BYTE_ORDER
static final String OPTION_BYTE_ORDER
- See Also:
- Constant Field Values
-
OPTION_CHARSET
static final String OPTION_CHARSET
- See Also:
- Constant Field Values
-
OPTION_COMPACT
static final String OPTION_COMPACT
- See Also:
- Constant Field Values
-
OPTION_INPUT_FLOAT
static final String OPTION_INPUT_FLOAT
- See Also:
- Constant Field Values
-
OPTION_MISSING
static final String OPTION_MISSING
- See Also:
- Constant Field Values
-
OPTION_NTREE_LIMIT
static final String OPTION_NTREE_LIMIT
- See Also:
- Constant Field Values
-
OPTION_NUMERIC
static final String OPTION_NUMERIC
- See Also:
- Constant Field Values
-
OPTION_PRUNE
static final String OPTION_PRUNE
- See Also:
- Constant Field Values
-
-