IGLib
1.7.2
The IGLib base library EXTENDED - with other lilbraries and applications.
|
Public Member Functions | |
kmeansreport () | |
override void | init () |
override alglib.apobject | make_copy () |
Public Attributes | |
int | npoints |
int | nfeatures |
int | terminationtype |
int | k |
double[,] | c |
int[] | cidx |
|
inline |
References alglib.clustering.kmeansreport.init().
Referenced by alglib.clustering.kmeansreport.make_copy().
|
inlinevirtual |
Implements alglib.apobject.
Referenced by alglib.clustering.kmeansreport.kmeansreport().
|
inlinevirtual |
Implements alglib.apobject.
References alglib.clustering.kmeansreport.c, alglib.clustering.kmeansreport.cidx, alglib.clustering.kmeansreport.k, alglib.clustering.kmeansreport.kmeansreport(), alglib.clustering.kmeansreport.nfeatures, alglib.clustering.kmeansreport.npoints, and alglib.clustering.kmeansreport.terminationtype.
int alglib.clustering.kmeansreport.npoints |
Referenced by alglib.clustering.clusterizerrunkmeans(), and alglib.clustering.kmeansreport.make_copy().
int alglib.clustering.kmeansreport.nfeatures |
Referenced by alglib.clustering.clusterizerrunkmeans(), and alglib.clustering.kmeansreport.make_copy().
int alglib.clustering.kmeansreport.terminationtype |
Referenced by alglib.clustering.clusterizerrunkmeans(), and alglib.clustering.kmeansreport.make_copy().
int alglib.clustering.kmeansreport.k |
Referenced by alglib.clustering.clusterizerrunkmeans(), and alglib.clustering.kmeansreport.make_copy().
double [,] alglib.clustering.kmeansreport.c |
Referenced by alglib.clustering.clusterizerrunkmeans(), and alglib.clustering.kmeansreport.make_copy().
int [] alglib.clustering.kmeansreport.cidx |
Referenced by alglib.clustering.clusterizerrunkmeans(), and alglib.clustering.kmeansreport.make_copy().