Package org.jpmml.sklearn
Interface HasSkLearnOptions
-
- All Superinterfaces:
org.jpmml.converter.HasOptions
- All Known Subinterfaces:
HasClassifierOptions,HasTreeOptions
- All Known Implementing Classes:
ForestClassifier,ForestRegressor,GradientBoostingClassifier,GradientBoostingRegressor,IsolationForest,TreeClassifier,TreeRegressor
public interface HasSkLearnOptions extends org.jpmml.converter.HasOptions- See Also:
Estimator.getOption(String, Object)