Changeset 127 for prdatasets/car.m
- Timestamp:
- 11/21/18 21:10:52 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
prdatasets/car.m
r123 r127 11 11 function x = car 12 12 13 prdatasets(mfilename,1,'http://prtools. org/prdatasets/car.data');13 prdatasets(mfilename,1,'http://prtools.tudelft.nl/prdatasets/car.data'); 14 14 % for some mysterious reason it appeared to be necessary on my Windows 7 15 15 % system to repeat this command 16 prdatasets(mfilename,1,'http://prtools. org/prdatasets/car.data');16 prdatasets(mfilename,1,'http://prtools.tudelft.nl/prdatasets/car.data'); 17 17 user.desc = 'Car Evaluation Database was derived from a simple hierarchical decision model originally developed for the demonstration of DEX (M. Bohanec, V. Rajkovic: Expert system for decision making. Sistemica 1(1), pp. 145-157, 1990.).'; 18 18 fl = {'buying price' 'maintenance price' 'nr of doors' 'nr of persons' 'luggage boot' 'safety'};
Note: See TracChangeset
for help on using the changeset viewer.