// Sample *.names file for use in CS760. // Notice the wide variety of types of white space used. // Also notice that the "output" feature can appear ANYWHERE // in the list (this simplifies things if we later want to predict // some other feature). Finally, notice that the two output // categories can be named whatever makes most sense, though // recall that we are limiting cs760 datasets to have only TWO output // categories to simplify the programming assignments. age continuous 0, 100 eyeColor discrete black, blue,green, brown height output short,tall // Notice output can appear ANYWHERE. // It should appear EXACTLY ONCE. // This is the feature we want to PREDICT. weight continuous 0, 300 // there isnt a special "end of file" marker (nor is // there a special "end of line" marker)