note description: "Class holding all constants relating to weka files." author: "" date: "$Date$" revision: "$Revision$" class WEKA_CONSTANTS feature relation: STRING = "@RELATION" attr: STRING = "@ATTRIBUTE" numeric: STRING = "NUMERIC" str: STRING = "STRING" data: STRING = "@DATA" end