diff options
Diffstat (limited to 'sourcecodes/bnt-master/KPMstats/logist2ApplyRegularized.m')
| -rw-r--r-- | sourcecodes/bnt-master/KPMstats/logist2ApplyRegularized.m | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sourcecodes/bnt-master/KPMstats/logist2ApplyRegularized.m b/sourcecodes/bnt-master/KPMstats/logist2ApplyRegularized.m new file mode 100644 index 00000000..39095a3d --- /dev/null +++ b/sourcecodes/bnt-master/KPMstats/logist2ApplyRegularized.m @@ -0,0 +1,3 @@ +function prob = logist2ApplyRegularized(net, features) + +prob = glmfwd(net, features')'; |
