Predicting Mortality of ICU Patients: The PhysioNet/Computing in Cardiology Challenge 2012 1.0.0

File: <base>/sources/alistairewj_at_gmail.com/entry6/pnBRFPrepareModel.m (387 bytes)
%=== prepare a BRF physionet model for submission

mdl = load('pnModelsSub1200812.mat');
model = mdl.model{1};
header = mdl.header{1};
T = mdl.tr.thresh(1);

save('pnSubmission1_200812.mat','model','header','T');


mdl = load('pnModels140812.mat');
model = mdl.model{1};
header = mdl.header{1};
T = mdl.tr.thresh(1);

save('pnSubmission1_140812.mat','model','header','T');