<div dir="ltr"><div dir="ltr">Cluster algo cluster samples by calculating the euclidean distance.</div><div>I wonder if any clustering algo can cluster the series data?</div><div><br></div><div>EX:</div><div>Every items has there sold numbers of everyday.</div><div>Item,Day1,Day2,Day3,Day4,Day5</div><div>A,1,5,1,5,1</div><div>B,10,50,10,50,10,</div><div>C,4,70,30,10,50</div><div><br></div><div>The difference ratio of A and B are 500%,20%,500%,20%,</div><div>I want to make A&B be the same cluster, C is another one.</div><div><br></div><div>If I don't want to calculate the difference ratio of each samples</div><div><br></div><div>Is there anyway to cluster by the difference ratio of each samples? </div><div><br></div><div>thx</div></div>