about summary refs log tree commit diff
path: root/sourcecodes/bnt-master/KPMstats/logist2ApplyRegularized.m
blob: 39095a3d4803468ce39c8a5b76158b30c8e84e9d (plain)
1
2
3
function prob = logist2ApplyRegularized(net, features)

prob = glmfwd(net, features')';