Class PMML4Helper

    • Constructor Detail

      • PMML4Helper

        public PMML4Helper()
        Deprecated.
    • Method Detail

      • nextCount

        public int nextCount()
        Deprecated.
      • addAttribute

        public void addAttribute​(String a,
                                 String v)
        Deprecated.
      • nextInnerFieldName

        public String nextInnerFieldName()
        Deprecated.
      • isInnerFieldName

        public boolean isInnerFieldName​(String name)
        Deprecated.
      • pmmlDefaultPackageName

        public static String pmmlDefaultPackageName()
        Deprecated.
      • getPmmlPackageName

        public String getPmmlPackageName()
        Deprecated.
      • getContext

        public String getContext()
        Deprecated.
      • setContext

        public void setContext​(String context)
        Deprecated.
      • addModelBeanDefinition

        public void addModelBeanDefinition​(String beanType)
        Deprecated.
      • getResolver

        public ClassLoader getResolver()
        Deprecated.
      • setResolver

        public void setResolver​(ClassLoader resolver)
        Deprecated.
      • createPartialScoreFormula

        public String createPartialScoreFormula​(org.dmg.pmml.pmml_4_2.descr.Attribute attribute)
        Deprecated.
      • isModelBeanDefined

        public boolean isModelBeanDefined​(String beanType)
        Deprecated.
      • getPredicate

        public String getPredicate​(org.dmg.pmml.pmml_4_2.descr.Node node)
        Deprecated.
      • applyTemplate

        public void applyTemplate​(String templateName,
                                  Object context,
                                  org.mvel2.templates.TemplateRegistry registry,
                                  Map vars,
                                  StringBuilder builder)
        Deprecated.
      • getPack

        public String getPack()
        Deprecated.
      • setPack

        public void setPack​(String packageName)
        Deprecated.
      • copy

        public Object copy​(Object orig)
        Deprecated.
        Returns a copy of the object, or null if the object cannot be serialized.
      • streamInputType

        public String streamInputType​(String s)
        Deprecated.
      • mapDatatype

        public String mapDatatype​(org.dmg.pmml.pmml_4_2.descr.DATATYPE datatype)
        Deprecated.
      • mapDatatype

        public String mapDatatype​(org.dmg.pmml.pmml_4_2.descr.DATATYPE datatype,
                                  boolean box)
        Deprecated.
      • format

        public String format​(org.dmg.pmml.pmml_4_2.descr.DataField fld,
                             org.dmg.pmml.pmml_4_2.descr.Value val)
        Deprecated.
      • format

        public String format​(String type,
                             org.dmg.pmml.pmml_4_2.descr.Value val)
        Deprecated.
      • format

        public String format​(org.dmg.pmml.pmml_4_2.descr.DataField fld,
                             String val)
        Deprecated.
      • format

        public String format​(org.dmg.pmml.pmml_4_2.descr.DATATYPE type,
                             String val)
        Deprecated.
      • zeroForDatatype

        public String zeroForDatatype​(org.dmg.pmml.pmml_4_2.descr.DATATYPE type)
        Deprecated.
      • zeroForDatatype

        public String zeroForDatatype​(String type)
        Deprecated.
      • numberFromNumber

        public String numberFromNumber​(String obj,
                                       String datatype)
        Deprecated.
      • mapFunctionAsQuery

        public String mapFunctionAsQuery​(String functor,
                                         List args)
        Deprecated.
      • mapFunctionAsQuery

        public String mapFunctionAsQuery​(String functor,
                                         String... args)
        Deprecated.
      • mapFunction

        public String mapFunction​(String functor,
                                  List args)
        Deprecated.
      • mapFunction

        public String mapFunction​(String functor,
                                  String... args)
        Deprecated.
      • mapFunction

        public String mapFunction​(String functor,
                                  boolean asQuery,
                                  String... args)
        Deprecated.
      • isBuiltIn

        public boolean isBuiltIn​(String functor)
        Deprecated.
      • mapNeuralActivation

        public String mapNeuralActivation​(String functor,
                                          double threshold)
        Deprecated.
      • mapRegModelRegressionNormalization

        public String mapRegModelRegressionNormalization​(String method,
                                                         String arg)
        Deprecated.
      • mapRegModelClassificationNormalization

        public String mapRegModelClassificationNormalization​(String method,
                                                             String arg)
        Deprecated.
      • compactUpperCase

        public String compactUpperCase​(String s)
        Deprecated.
      • compactAsJavaId

        public String compactAsJavaId​(String s)
        Deprecated.
      • compactAsJavaId

        public String compactAsJavaId​(String s,
                                      boolean forceCapital)
        Deprecated.
      • lowerCase

        public String lowerCase​(String s)
        Deprecated.
      • capitalize

        public String capitalize​(String s)
        Deprecated.
      • getToken

        public String getToken​(String s,
                               int j)
        Deprecated.
      • getPredicate

        public String getPredicate​(org.dmg.pmml.pmml_4_2.descr.Attribute attrib)
        Deprecated.
      • tokenize

        public String[] tokenize​(String s)
        Deprecated.
      • mapComparisonFunction

        public String mapComparisonFunction​(org.dmg.pmml.pmml_4_2.descr.COMPAREFUNCTION fun,
                                            String arg1,
                                            String arg2,
                                            String scope,
                                            String local)
        Deprecated.
      • mapOperator

        public String mapOperator​(String op)
        Deprecated.
      • mapDatatypeToQuestion

        public String mapDatatypeToQuestion​(org.dmg.pmml.pmml_4_2.descr.DATATYPE datatype)
        Deprecated.
      • mapTreeOp

        public String mapTreeOp​(String op)
        Deprecated.
      • mapFeatureType

        public org.dmg.pmml.pmml_4_2.descr.DATATYPE mapFeatureType​(org.dmg.pmml.pmml_4_2.descr.DATATYPE srcType,
                                                                   org.dmg.pmml.pmml_4_2.descr.RESULTFEATURE feat)
        Deprecated.
      • reset

        public void reset()
        Deprecated.
      • isWeighted

        public boolean isWeighted​(String strat)
        Deprecated.
      • mapWeightStrategy

        public String mapWeightStrategy​(String strat)
        Deprecated.
      • extractDistributionParameters

        public String extractDistributionParameters​(Object d)
        Deprecated.
      • evaluateDistribution

        public String evaluateDistribution​(String x,
                                           String type)
        Deprecated.