程序包 weka.core.pmml
类 FieldMetaInfo
java.lang.Object
weka.core.pmml.FieldMetaInfo
- 所有已实现的接口:
Serializable
Abstract superclass for various types of field meta
data.
- 版本:
- $Revision 1.0 $
- 作者:
- Mark Hall (mhall{[at]}pentaho{[dot]}com
- 另请参阅:
-
嵌套类概要
嵌套类修饰符和类型类说明static class
Inner class for an Interval.static enum
Enumerated type for the Optypestatic class
Inner class for Values -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明abstract Attribute
Return this field as an Attribute.Get the name of this field.Get the optype.
-
构造器详细资料
-
FieldMetaInfo
Construct a new FieldMetaInfo.- 参数:
field
- the Element containing the field
-
-
方法详细资料
-
getOptype
Get the optype.- 返回:
- the optype
-
getFieldName
Get the name of this field.- 返回:
- the name of this field
-
getFieldAsAttribute
Return this field as an Attribute.- 返回:
- an Attribute for this field.
-