public abstract class ModelManagerFactory<M extends ModelManager<? extends org.dmg.pmml.Model>> extends Object implements Serializable
| Modifier | Constructor and Description |
|---|---|
protected |
ModelManagerFactory() |
| Modifier and Type | Method and Description |
|---|---|
M |
newModelManager(org.dmg.pmml.PMML pmml) |
abstract M |
newModelManager(org.dmg.pmml.PMML pmml,
org.dmg.pmml.Model model) |
M |
newModelManager(org.dmg.pmml.PMML pmml,
String modelName) |
public abstract M newModelManager(org.dmg.pmml.PMML pmml, org.dmg.pmml.Model model)
public M newModelManager(org.dmg.pmml.PMML pmml)
public M newModelManager(org.dmg.pmml.PMML pmml, String modelName)
modelName - The name of the Model to be selected. If null, then the default model is selected.IllegalArgumentException - If the model cannot be selected.Model.getModelName()Copyright © 2015. All Rights Reserved.