Class 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 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, java.util.Set<org.dmg.pmml.ResultFeature> extraResultFeature)  
      • Methods inherited from class org.jpmml.evaluator.ModelManagerFactory

        newModelManager, newModelManager
      • Methods inherited from class org.jpmml.evaluator.ServiceFactory

        getClassLoader, getKeyClass, getServiceClass, getServiceProviderClasses, getServiceProviderClasses
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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)