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

File: <base>/sources/mmacas_at_seznam.cz/entry6/f_sofa.m (109 bytes)
function y=f_sofa(~, record)

y=sofa_score(record{1}(2:end,:),record{2}(2:end,:),record{3}(2:end,:),1);