weka.core.pmml
Class FieldMetaInfo
- java.lang.Object
-
- weka.core.pmml.FieldMetaInfo
-
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- DerivedFieldMetaInfo, MiningFieldMetaInfo, TargetMetaInfo
public abstract class FieldMetaInfo extends java.lang.Object implements java.io.SerializableAbstract superclass for various types of field meta data.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class and Description static classFieldMetaInfo.IntervalInner class for an Interval.static classFieldMetaInfo.OptypeEnumerated type for the Optypestatic classFieldMetaInfo.ValueInner class for Values
-
Constructor Summary
Constructors Constructor and Description FieldMetaInfo(org.w3c.dom.Element field)Construct a new FieldMetaInfo.
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method and Description abstract AttributegetFieldAsAttribute()Return this field as an Attribute.java.lang.StringgetFieldName()Get the name of this field.FieldMetaInfo.OptypegetOptype()Get the optype.
-
-
-
Constructor Detail
-
FieldMetaInfo
public FieldMetaInfo(org.w3c.dom.Element field)
Construct a new FieldMetaInfo.- Parameters:
field- the Element containing the field
-
-
Method Detail
-
getOptype
public FieldMetaInfo.Optype getOptype()
Get the optype.- Returns:
- the optype
-
getFieldName
public java.lang.String getFieldName()
Get the name of this field.- Returns:
- the name of this field
-
getFieldAsAttribute
public abstract Attribute getFieldAsAttribute()
Return this field as an Attribute.- Returns:
- an Attribute for this field.
-
-
DataMelt 3.0 © DataMelt by jWork.ORG