about summary refs log tree commit diff
path: root/sourcecodes/bnt-master/BNT/CPDs/@generic_CPD/adjustable_CPD.m
blob: 78feea55165836c3fd1843af1f1f9ae64bc8fca5 (plain)
1
2
3
4
5
function p = adjustable_CPD(CPD)
% ADJUSTABLE_CPD Does this CPD have any adjustable params? (generic)
% p = adjustable_CPD(CPD)
   
p = ~CPD.clamped;