C# Class alglib.kmeans, hand-gesture-recognition

Afficher le fichier Open project: arunganesan/hand-gesture-recognition

Méthodes publiques

Méthode Description
kmeansgenerate ( double xy, int npoints, int nvars, int k, int restarts, int &info, double &c, int &xyc ) : void

Private Methods

Méthode Description
selectcenterpp ( double xy, int npoints, int nvars, double &centers, bool busycenters, int ccnt, double &d2, double &p, double &tmp ) : bool

Method Details

kmeansgenerate() public static méthode

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
Résultat void