annotate _FullBNT/BNT/CPDs/@softmax_CPD/display.m @ 9:4ea6619cb3f5 tip

removed log files
author matthiasm
date Fri, 11 Apr 2014 15:55:11 +0100
parents b5b38998ef3b
children
rev   line source
matthiasm@8 1 function display(CPD)
matthiasm@8 2
matthiasm@8 3 disp('softmax_CPD object');
matthiasm@8 4 disp(struct(CPD));