IGLib
1.7.2
The IGLib base library EXTENDED - with other lilbraries and applications.
|
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.clustering | inlinestatic |
_pexec_clusterizerrunahc(clusterizerstate s, ahcreport rep) | alglib.clustering | inlinestatic |
clusterizercreate(clusterizerstate s) | alglib.clustering | inlinestatic |
clusterizergetdistances(double[,] xy, int npoints, int nfeatures, int disttype, ref double[,] d) | alglib.clustering | inlinestatic |
clusterizergetkclusters(ahcreport rep, int k, ref int[] cidx, ref int[] cz) | alglib.clustering | inlinestatic |
clusterizerrunahc(clusterizerstate s, ahcreport rep) | alglib.clustering | inlinestatic |
clusterizerrunahcinternal(clusterizerstate s, ref double[,] d, ahcreport rep) | alglib.clustering | inlineprivatestatic |
clusterizerrunkmeans(clusterizerstate s, int k, kmeansreport rep) | alglib.clustering | inlinestatic |
clusterizerseparatedbycorr(ahcreport rep, double r, ref int k, ref int[] cidx, ref int[] cz) | alglib.clustering | inlinestatic |
clusterizerseparatedbydist(ahcreport rep, double r, ref int k, ref int[] cidx, ref int[] cz) | alglib.clustering | inlinestatic |
clusterizersetahcalgo(clusterizerstate s, int algo) | alglib.clustering | inlinestatic |
clusterizersetdistances(clusterizerstate s, double[,] d, int npoints, bool isupper) | alglib.clustering | inlinestatic |
clusterizersetkmeanslimits(clusterizerstate s, int restarts, int maxits) | alglib.clustering | inlinestatic |
clusterizersetpoints(clusterizerstate s, double[,] xy, int npoints, int nfeatures, int disttype) | alglib.clustering | inlinestatic |
evaluatedistancematrixrec(double[,] xy, int nfeatures, int disttype, double[,] d, int i0, int i1, int j0, int j1) | alglib.clustering | inlineprivatestatic |
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.clustering | inlinestatic |
parallelcomplexity | alglib.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.clustering | inlineprivatestatic |