Package weka.core.pmml
Class FieldMetaInfo
java.lang.Object
weka.core.pmml.FieldMetaInfo
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
DerivedFieldMetaInfo
,MiningFieldMetaInfo
,TargetMetaInfo
Abstract superclass for various types of field meta data.
- Version:
- $Revision 1.0 $
- Author:
- Mark Hall (mhall{[at]}pentaho{[dot]}com
- See Also:
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
Inner class for an Interval.static enum
Enumerated type for the Optypestatic class
Inner class for Values -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionabstract Attribute
Return this field as an Attribute.Get the name of this field.Get the optype.
-
Constructor Details
-
FieldMetaInfo
Construct a new FieldMetaInfo.- Parameters:
field
- the Element containing the field
-
-
Method Details
-
getOptype
Get the optype.- Returns:
- the optype
-
getFieldName
Get the name of this field.- Returns:
- the name of this field
-
getFieldAsAttribute
Return this field as an Attribute.- Returns:
- an Attribute for this field.
-