comparison phase2/treeLinkFeatures.m @ 19:203626c7e0af

commenting depthCheck
author DaveM
date Thu, 16 Feb 2017 11:22:43 +0000
parents 705e7cd5bee5
children e3a1a7d38a3a
comparison
equal deleted inserted replaced
18:705e7cd5bee5 19:203626c7e0af
6 % separate the given dataset at that point. 6 % separate the given dataset at that point.
7 7
8 8
9 9
10 if(nargin < 2) 10 if(nargin < 2)
11 depthThresh = 9999999; 11 depthThresh = 999;
12 end 12 end
13 linkList = aglomCluster(data); 13 linkList = aglomCluster(data);
14 linkList = depthCheck(linkList); 14 linkList = depthCheck(linkList);
15 listSize = size(data,1); 15 listSize = size(data,1);
16 16