Uses of Class
weka.core.pmml.Expression
Packages that use Expression
-
Uses of Expression in weka.core.pmml
Subclasses of Expression in weka.core.pmmlModifier 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.Methods in weka.core.pmml that return ExpressionModifier 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.