Package org.jbpm.prediction.pmml
Class PMMLRandomForestRegistry
- java.lang.Object
-
- org.jbpm.prediction.pmml.PMMLRandomForestRegistry
-
public class PMMLRandomForestRegistry extends Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddStrategy(PMMLRandomForest predictionService)static PMMLRandomForestRegistryget()org.kie.internal.task.api.prediction.PredictionServicegetService()
-
-
-
Method Detail
-
get
public static PMMLRandomForestRegistry get()
-
getService
public org.kie.internal.task.api.prediction.PredictionService getService()
-
addStrategy
public void addStrategy(PMMLRandomForest predictionService)
-
-