All Packages Class Hierarchy This Package Previous Next Index WEKA's home
java.lang.Object | +----weka.core.Tag
Tag
simply associates a numeric ID with a String description.
Tag
instance.
public Tag(int ident, java.lang.String readable)
Tag
instance.ident
- the ID for the new Tag.
readable
- the description for the new Tag.
public int getID()
public java.lang.String getReadable()
All Packages Class Hierarchy This Package Previous Next Index WEKA's home