Package | Description |
---|---|
weka.core.pmml |
Modifier and Type | Class and Description |
---|---|
class |
Constant
Class encapsulating a Constant Expression.
|
class |
Discretize
Class encapsulating a Discretize Expression.
|
class |
FieldRef
Class encapsulating a FieldRef Expression.
|
class |
NormContinuous
Class encapsulating a NormContinuous Expression.
|
class |
NormDiscrete
Class encapsulating a NormDiscrete Expression.
|
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.
|
Copyright © 2019 University of Waikato, Hamilton, NZ. All rights reserved.