IGLib  1.7.2
The IGLib base library EXTENDED - with other lilbraries and applications.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
alglib.clustering Member List

This is the complete list of members for alglib.clustering, including all inherited members.

_pexec_clusterizergetdistances(double[,] xy, int npoints, int nfeatures, int disttype, ref double[,] d)alglib.clusteringinlinestatic
_pexec_clusterizerrunahc(clusterizerstate s, ahcreport rep)alglib.clusteringinlinestatic
clusterizercreate(clusterizerstate s)alglib.clusteringinlinestatic
clusterizergetdistances(double[,] xy, int npoints, int nfeatures, int disttype, ref double[,] d)alglib.clusteringinlinestatic
clusterizergetkclusters(ahcreport rep, int k, ref int[] cidx, ref int[] cz)alglib.clusteringinlinestatic
clusterizerrunahc(clusterizerstate s, ahcreport rep)alglib.clusteringinlinestatic
clusterizerrunahcinternal(clusterizerstate s, ref double[,] d, ahcreport rep)alglib.clusteringinlineprivatestatic
clusterizerrunkmeans(clusterizerstate s, int k, kmeansreport rep)alglib.clusteringinlinestatic
clusterizerseparatedbycorr(ahcreport rep, double r, ref int k, ref int[] cidx, ref int[] cz)alglib.clusteringinlinestatic
clusterizerseparatedbydist(ahcreport rep, double r, ref int k, ref int[] cidx, ref int[] cz)alglib.clusteringinlinestatic
clusterizersetahcalgo(clusterizerstate s, int algo)alglib.clusteringinlinestatic
clusterizersetdistances(clusterizerstate s, double[,] d, int npoints, bool isupper)alglib.clusteringinlinestatic
clusterizersetkmeanslimits(clusterizerstate s, int restarts, int maxits)alglib.clusteringinlinestatic
clusterizersetpoints(clusterizerstate s, double[,] xy, int npoints, int nfeatures, int disttype)alglib.clusteringinlinestatic
evaluatedistancematrixrec(double[,] xy, int nfeatures, int disttype, double[,] d, int i0, int i1, int j0, int j1)alglib.clusteringinlineprivatestatic
kmeansgenerateinternal(double[,] xy, int npoints, int nvars, int k, int maxits, int restarts, ref int info, ref double[,] ccol, bool needccol, ref double[,] crow, bool needcrow, ref int[] xyc)alglib.clusteringinlinestatic
parallelcomplexityalglib.clustering
selectcenterpp(double[,] xy, int npoints, int nvars, ref double[,] centers, ref bool[] busycenters, int ccnt, ref double[] d2, ref double[] p, ref double[] tmp)alglib.clusteringinlineprivatestatic