public class ModelTranslatorFactory extends org.jpmml.evaluator.ModelManagerFactory<ModelTranslator<?>>
| Modifier | Constructor and Description |
|---|---|
protected |
ModelTranslatorFactory() |
| Modifier and Type | Method and Description |
|---|---|
static ModelTranslatorFactory |
getInstance() |
ModelTranslator<?> |
newModelTranslator(org.dmg.pmml.PMML pmml,
org.dmg.pmml.Model model) |
ModelTranslator<?> |
newModelTranslator(org.dmg.pmml.PMML pmml,
org.dmg.pmml.Model model,
Set<org.dmg.pmml.ResultFeature> extraResultFeature) |
newModelManager, newModelManagerpublic ModelTranslator<?> newModelTranslator(org.dmg.pmml.PMML pmml, org.dmg.pmml.Model model)
public ModelTranslator<?> newModelTranslator(org.dmg.pmml.PMML pmml, org.dmg.pmml.Model model, Set<org.dmg.pmml.ResultFeature> extraResultFeature)
public static ModelTranslatorFactory getInstance()
Copyright © 2023. All rights reserved.