Uses of Class
weka.core.pmml.Expression

Packages that use Expression
weka.core.pmml   
 

Uses of Expression in weka.core.pmml
 

Subclasses of Expression in weka.core.pmml
 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.
 

Methods in weka.core.pmml that return Expression
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 © 2012 University of Waikato, Hamilton, NZ. All Rights Reserved.