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 TypeClassDescriptionclassClass encapsulating a Constant Expression.classClass encapsulating a Discretize Expression.classClass encapsulating a FieldRef Expression.classClass encapsulating a NormContinuous Expression.classClass encapsulating a NormDiscrete Expression.Methods in weka.core.pmml that return ExpressionModifier and TypeMethodDescriptionstatic ExpressionExpression.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 ExpressionExpression.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.