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.kmeansreport Class Reference
+ Inheritance diagram for alglib.clustering.kmeansreport:
+ Collaboration diagram for alglib.clustering.kmeansreport:

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
 

Constructor & Destructor Documentation

alglib.clustering.kmeansreport.kmeansreport ( )
inline

Member Function Documentation

override void alglib.clustering.kmeansreport.init ( )
inlinevirtual

Member Data Documentation

int alglib.clustering.kmeansreport.npoints
int alglib.clustering.kmeansreport.nfeatures
int alglib.clustering.kmeansreport.terminationtype
int alglib.clustering.kmeansreport.k
double [,] alglib.clustering.kmeansreport.c
int [] alglib.clustering.kmeansreport.cidx

The documentation for this class was generated from the following file: