Package sklearn.tree
Interface HasTreeOptions
- All Superinterfaces:
org.jpmml.converter.HasNativeConfiguration,org.jpmml.converter.HasOptions,HasSkLearnOptions
- All Known Implementing Classes:
ForestClassifier,ForestRegressor,GradientBoostingClassifier,GradientBoostingRegressor,IsolationForest,TreeClassifier,TreeRegressor
public interface HasTreeOptions
extends HasSkLearnOptions, org.jpmml.converter.HasNativeConfiguration
-
Field Details
-
OPTION_COMPACT
- See Also:
-
OPTION_FLAT
- See Also:
-
OPTION_NODE_EXTENSIONS
- See Also:
-
Node.hasExtensions()Node.getExtensions()- Constant Field Values
-
OPTION_NODE_ID
- See Also:
-
Node.getId()- Constant Field Values
-
OPTION_NODE_SCORE
- See Also:
-
Node.getScore()- Constant Field Values
-
OPTION_NUMERIC
- See Also:
-
SimplePredicateSimpleSetPredicate- Constant Field Values
-
OPTION_PRUNE
- See Also:
-
OPTION_WINNER_ID
- See Also:
-
OutputField- Constant Field Values
-
-
Method Details
-
getNativeConfiguration
- Specified by:
getNativeConfigurationin interfaceorg.jpmml.converter.HasNativeConfiguration
-