Package org.jpmml.sparkml.model
Interface HasTreeOptions
-
- All Superinterfaces:
org.jpmml.converter.HasNativeConfiguration,org.jpmml.converter.HasOptions,HasSparkMLOptions
public interface HasTreeOptions extends HasSparkMLOptions, org.jpmml.converter.HasNativeConfiguration
-
-
Field Summary
Fields Modifier and Type Field Description static StringOPTION_COMPACTstatic StringOPTION_ESTIMATE_FEATURE_IMPORTANCES
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default Map<String,?>getNativeConfiguration()
-
-
-
Field Detail
-
OPTION_COMPACT
static final String OPTION_COMPACT
- See Also:
TreeModelCompactor, Constant Field Values
-
OPTION_ESTIMATE_FEATURE_IMPORTANCES
static final String OPTION_ESTIMATE_FEATURE_IMPORTANCES
- See Also:
- Constant Field Values
-
-