Package org.kie.pmml.pmml_4_2
Class PMML4Helper
- java.lang.Object
-
- org.kie.pmml.pmml_4_2.PMML4Helper
-
@Deprecated public class PMML4Helper extends Object
Deprecated.This implementation is deprecated and will be removed in future releases.- See Also:
- PMML Trusty runtime, PMML Trusty runtime factory
-
-
Constructor Summary
Constructors Constructor Description PMML4Helper()Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description voidaddAttribute(String a, String v)Deprecated.voidaddModelBeanDefinition(String beanType)Deprecated.voidapplyTemplate(String templateName, Object context, org.mvel2.templates.TemplateRegistry registry, Map vars, StringBuilder builder)Deprecated.Stringbox(String s)Deprecated.Stringcapitalize(String s)Deprecated.StringcompactAsJavaId(String s)Deprecated.StringcompactAsJavaId(String s, boolean forceCapital)Deprecated.StringcompactUpperCase(String s)Deprecated.Objectcopy(Object orig)Deprecated.Returns a copy of the object, or null if the object cannot be serialized.StringcreatePartialScoreFormula(org.dmg.pmml.pmml_4_2.descr.Attribute attribute)Deprecated.StringevaluateDistribution(String x, String type)Deprecated.StringextractDistributionParameters(Object d)Deprecated.Stringformat(String type, Number val)Deprecated.Stringformat(String type, String val)Deprecated.Stringformat(String type, org.dmg.pmml.pmml_4_2.descr.Value val)Deprecated.Stringformat(org.dmg.pmml.pmml_4_2.descr.DataField fld, String val)Deprecated.Stringformat(org.dmg.pmml.pmml_4_2.descr.DataField fld, org.dmg.pmml.pmml_4_2.descr.Value val)Deprecated.Stringformat(org.dmg.pmml.pmml_4_2.descr.DATATYPE type, String val)Deprecated.Map<String,Object>getContainer()Deprecated.StringgetContext()Deprecated.StringgetPack()Deprecated.StringgetPmmlPackageName()Deprecated.StringgetPredicate(org.dmg.pmml.pmml_4_2.descr.Attribute attrib)Deprecated.StringgetPredicate(org.dmg.pmml.pmml_4_2.descr.Node node)Deprecated.ClassLoadergetResolver()Deprecated.StringgetToken(String s, int j)Deprecated.booleanisBuiltIn(String functor)Deprecated.booleanisInnerFieldName(String name)Deprecated.booleanisModelBeanDefined(String beanType)Deprecated.booleanisWeighted(String strat)Deprecated.StringlowerCase(String s)Deprecated.StringmapComparisonFunction(org.dmg.pmml.pmml_4_2.descr.COMPAREFUNCTION fun, String arg1, String arg2, String scope, String local)Deprecated.StringmapDatatype(org.dmg.pmml.pmml_4_2.descr.DATATYPE datatype)Deprecated.StringmapDatatype(org.dmg.pmml.pmml_4_2.descr.DATATYPE datatype, boolean box)Deprecated.StringmapDatatypeToQuestion(org.dmg.pmml.pmml_4_2.descr.DATATYPE datatype)Deprecated.org.dmg.pmml.pmml_4_2.descr.DATATYPEmapFeatureType(org.dmg.pmml.pmml_4_2.descr.DATATYPE srcType, org.dmg.pmml.pmml_4_2.descr.RESULTFEATURE feat)Deprecated.StringmapFunction(String functor, boolean asQuery, String... args)Deprecated.StringmapFunction(String functor, String... args)Deprecated.StringmapFunction(String functor, List args)Deprecated.StringmapFunctionAsQuery(String functor, String... args)Deprecated.StringmapFunctionAsQuery(String functor, List args)Deprecated.StringmapNeuralActivation(String functor, double threshold)Deprecated.StringmapOperator(String op)Deprecated.StringmapRegModelClassificationNormalization(String method, String arg)Deprecated.StringmapRegModelRegressionNormalization(String method, String arg)Deprecated.StringmapTreeOp(String op)Deprecated.StringmapWeightStrategy(String strat)Deprecated.intnextCount()Deprecated.StringnextInnerFieldName()Deprecated.StringnumberFromNumber(String obj, String datatype)Deprecated.String[]ones(Integer num)Deprecated.static StringpmmlDefaultPackageName()Deprecated.voidreset()Deprecated.static AggregationStrategyresolveAggregationStrategy(String strat)Deprecated.voidsetContext(String context)Deprecated.voidsetPack(String packageName)Deprecated.voidsetResolver(ClassLoader resolver)Deprecated.StringstreamInputType(String s)Deprecated.String[]tokenize(String s)Deprecated.String[]tokenize(String s, String delimiters)Deprecated.StringzeroForDatatype(String type)Deprecated.StringzeroForDatatype(org.dmg.pmml.pmml_4_2.descr.DATATYPE type)Deprecated.
-
-
-
Method Detail
-
nextCount
public int nextCount()
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.
-
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.
-
zeroForDatatype
public String zeroForDatatype(org.dmg.pmml.pmml_4_2.descr.DATATYPE type)
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.
-
getPredicate
public String getPredicate(org.dmg.pmml.pmml_4_2.descr.Attribute attrib)
Deprecated.
-
mapComparisonFunction
public String mapComparisonFunction(org.dmg.pmml.pmml_4_2.descr.COMPAREFUNCTION fun, String arg1, String arg2, String scope, String local)
Deprecated.
-
mapDatatypeToQuestion
public String mapDatatypeToQuestion(org.dmg.pmml.pmml_4_2.descr.DATATYPE datatype)
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.
-
resolveAggregationStrategy
public static AggregationStrategy resolveAggregationStrategy(String strat)
Deprecated.
-
isWeighted
public boolean isWeighted(String strat)
Deprecated.
-
-