Package org.jpmml.translator
Class ModelTranslatorFactory
- java.lang.Object
-
- org.jpmml.evaluator.ServiceFactory<org.dmg.pmml.Model,S>
-
- org.jpmml.evaluator.ModelManagerFactory<ModelTranslator<?>>
-
- org.jpmml.translator.ModelTranslatorFactory
-
- All Implemented Interfaces:
java.io.Serializable
public class ModelTranslatorFactory extends org.jpmml.evaluator.ModelManagerFactory<ModelTranslator<?>>
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ModelTranslatorFactorygetInstance()ModelTranslator<?>newModelTranslator(org.dmg.pmml.PMML pmml, org.dmg.pmml.Model model)ModelTranslator<?>newModelTranslator(org.dmg.pmml.PMML pmml, org.dmg.pmml.Model model, java.util.Set<org.dmg.pmml.ResultFeature> extraResultFeature)-
Methods inherited from class org.jpmml.evaluator.ModelManagerFactory
newModelManager, newModelManager
-
-
-
-
Method Detail
-
newModelTranslator
public ModelTranslator<?> newModelTranslator(org.dmg.pmml.PMML pmml, org.dmg.pmml.Model model)
-
newModelTranslator
public ModelTranslator<?> newModelTranslator(org.dmg.pmml.PMML pmml, org.dmg.pmml.Model model, java.util.Set<org.dmg.pmml.ResultFeature> extraResultFeature)
-
getInstance
public static ModelTranslatorFactory getInstance()
-
-