Uses of Enum Class
weka.core.pmml.FieldMetaInfo.Optype
Packages that use FieldMetaInfo.Optype
-
Uses of FieldMetaInfo.Optype in weka.core.pmml
Methods in weka.core.pmml that return FieldMetaInfo.OptypeModifier and TypeMethodDescriptionExpression.getOptype()Get the optype of the result of applying this Expression.FieldMetaInfo.getOptype()Get the optype.static FieldMetaInfo.OptypeReturns the enum constant of this class with the specified name.static FieldMetaInfo.Optype[]FieldMetaInfo.Optype.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in weka.core.pmml with parameters of type FieldMetaInfo.OptypeModifier 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.Constructors in weka.core.pmml with parameters of type FieldMetaInfo.OptypeModifierConstructorDescriptionConstant(Element constant, FieldMetaInfo.Optype opType, ArrayList<Attribute> fieldDefs) Construct an new Constant Expression.Discretize(Element discretize, FieldMetaInfo.Optype opType, ArrayList<Attribute> fieldDefs) Constructs a Discretize ExpressionExpression(FieldMetaInfo.Optype opType, ArrayList<Attribute> fieldDefs) FieldRef(Element fieldRef, FieldMetaInfo.Optype opType, ArrayList<Attribute> fieldDefs) NormContinuous(Element normCont, FieldMetaInfo.Optype opType, ArrayList<Attribute> fieldDefs) NormDiscrete(Element normDisc, FieldMetaInfo.Optype opType, ArrayList<Attribute> fieldDefs) Constructor.