Package weka.core
Class AttributeMetaInfo
- java.lang.Object
-
- weka.core.AttributeMetaInfo
-
- All Implemented Interfaces:
java.io.Serializable,RevisionHandler
public class AttributeMetaInfo extends java.lang.Object implements java.io.Serializable, RevisionHandler
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AttributeMetaInfo(ProtectedProperties metadata, Attribute att)Creates the meta info object based on the given meta data.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetRevision()Returns the revision string.
-
-
-
Constructor Detail
-
AttributeMetaInfo
public AttributeMetaInfo(ProtectedProperties metadata, Attribute att)
Creates the meta info object based on the given meta data.
-
-
Method Detail
-
getRevision
public java.lang.String getRevision()
Returns the revision string.- Specified by:
getRevisionin interfaceRevisionHandler- Returns:
- the revision
-
-