about summary refs log tree commit diff
path: root/sourcecodes/bnt-master/BNT/CPDs/@mlp_CPD/reset_ess.m
blob: ba7a710120c6ea29daf35971d02fd2427309d2fb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
function CPD = reset_ess(CPD)
% RESET_ESS Reset the Expected Sufficient Statistics for a CPD (mlp)
% CPD = reset_ess(CPD)

CPD.W1 = [];
CPD.W2 = [];
CPD.b1 = [];
CPD.b2 = [];
CPD.parent_vals = [];
CPD.eso_weights=[];
CPD.self_vals = [];
CPD.nsamples = 0;