0
点赞
收藏
分享

微信扫一扫

Affinity Propagation apclusterK.m Could not find pmin

犹大之窗 2023-11-07 阅读 38

 

Could not find pmin , apclusterK

Expression or statement is incorrect--possibly unbalanced , apclusterK.m

 

Solution:

N=max(max(s(:,1)),max(s(:,2))); 
S=-Inf*ones(N,N);

changed to be  
 
N=max(max(s(:,1)),max(s(:,2))); 
S=zeros(N,N);


ref:

http://www.psi.toronto.edu/index.php?q=affinity%20propagation



举报

相关推荐

0 条评论