Uses of Class
weka.core.pmml.Expression
-
Uses of Expression in weka.core.pmml
Modifier and TypeClassDescriptionclass
Class encapsulating a Constant Expression.class
Class encapsulating a Discretize Expression.class
Class encapsulating a FieldRef Expression.class
Class encapsulating a NormContinuous Expression.class
Class encapsulating a NormDiscrete Expression.Modifier and TypeMethodDescriptionstatic Expression
Expression.getExpression
(String name, Node expression, FieldMetaInfo.Optype opType, ArrayList<Attribute> fieldDefs, weka.core.pmml.TransformationDictionary transDict) Static factory method that returns a subclass of Expression that encapsulates the type of expression supplied as an argument.static Expression
Expression.getExpression
(Node container, FieldMetaInfo.Optype opType, ArrayList<Attribute> fieldDefs, weka.core.pmml.TransformationDictionary transDict) Static factory method that returns a subclass of Expression that encapsulates the type of expression contained in the Element supplied.