Changeset 122 for prdatasets/heart.m


Ignore:
Timestamp:
02/28/18 11:33:59 (7 years ago)
Author:
bduin
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • prdatasets/heart.m

    r94 r122  
    2828fl = {'age' 'sex' 'cp' 'trestbps' 'chol' 'fbs' 'restecg' ...
    2929        'thalach' 'exang' 'oldpeak' 'slope' 'ca' 'thal'};
    30 fd = {[0 inf; 0 inf] [0 1] [1 2 3 4] [0 inf; 0 inf] [0 inf; 0 inf]...
    31 [0 1] [0 1 2] [0 inf; 0 inf] [0 1] [0 inf; 0 inf] [1 2 3] [-1 0 1 2 3] [3 6 7]};
     30fd = {[0 inf; 0 inf] [0 1] [1 2 3 4] [0 inf; 0 inf] [0 inf; 0 inf] ...
     31      [0 1] [0 1 2] [0 inf; 0 inf] [0 1] [0 inf; 0 inf] [1 2 3] [-1 0 1 2 3] [3 6 7]};
    3232
    3333a = load('heart.dat');
Note: See TracChangeset for help on using the changeset viewer.