程序包 weka.core.pmml

类 FieldMetaInfo

java.lang.Object
weka.core.pmml.FieldMetaInfo
所有已实现的接口:
Serializable
直接已知子类:
DerivedFieldMetaInfo, MiningFieldMetaInfo, TargetMetaInfo

public abstract class FieldMetaInfo extends Object implements Serializable
Abstract superclass for various types of field meta data.
版本:
$Revision 1.0 $
作者:
Mark Hall (mhall{[at]}pentaho{[dot]}com
另请参阅:
  • 构造器详细资料

    • FieldMetaInfo

      public FieldMetaInfo(Element field)
      Construct a new FieldMetaInfo.
      参数:
      field - the Element containing the field
  • 方法详细资料

    • getOptype

      public FieldMetaInfo.Optype getOptype()
      Get the optype.
      返回:
      the optype
    • getFieldName

      public String getFieldName()
      Get the name of this field.
      返回:
      the name of this field
    • getFieldAsAttribute

      public abstract Attribute getFieldAsAttribute()
      Return this field as an Attribute.
      返回:
      an Attribute for this field.