Uses of Class
weka.core.pmml.FieldMetaInfo.Optype

Packages that use FieldMetaInfo.Optype
weka.core.pmml   
 

Uses of FieldMetaInfo.Optype in weka.core.pmml
 

Methods in weka.core.pmml that return FieldMetaInfo.Optype
 FieldMetaInfo.Optype Expression.getOptype()
          Get the optype of the result of applying this Expression.
 FieldMetaInfo.Optype FieldMetaInfo.getOptype()
          Get the optype.
static FieldMetaInfo.Optype FieldMetaInfo.Optype.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static FieldMetaInfo.Optype[] FieldMetaInfo.Optype.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in weka.core.pmml with parameters of type FieldMetaInfo.Optype
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.
static 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.
 

Constructors in weka.core.pmml with parameters of type FieldMetaInfo.Optype
Constant(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 Expression
Expression(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.
 



Copyright © 2012 University of Waikato, Hamilton, NZ. All Rights Reserved.