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

function y=f_sofa(~, record)

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