Package | Description |
---|---|
weka.core.pmml |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Constructor and Description |
---|
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 © 2019 University of Waikato, Hamilton, NZ. All rights reserved.