C# 클래스 alglib.kmeans, hand-gesture-recognition

파일 보기 프로젝트 열기: arunganesan/hand-gesture-recognition

공개 메소드들

메소드 설명
kmeansgenerate ( double xy, int npoints, int nvars, int k, int restarts, int &info, double &c, int &xyc ) : void

비공개 메소드들

메소드 설명
selectcenterpp ( double xy, int npoints, int nvars, double &centers, bool busycenters, int ccnt, double &d2, double &p, double &tmp ) : bool

메소드 상세

kmeansgenerate() 공개 정적인 메소드

public static kmeansgenerate ( double xy, int npoints, int nvars, int k, int restarts, int &info, double &c, int &xyc ) : void
xy double
npoints int
nvars int
k int
restarts int
info int
c double
xyc int
리턴 void