コード例 #1
0
 internal void ClassifyThresh()
 {
     classes = gmm.ClassifyThresh(currentProjection);
 }