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

Public Member Functions

 kmeansreport ()
 
 kmeansreport (clustering.kmeansreport obj)
 
- Public Member Functions inherited from alglib.alglibobject
virtual void _deallocate ()
 

Properties

int npoints [get, set]
 
int nfeatures [get, set]
 
int terminationtype [get, set]
 
int k [get, set]
 
double[,] c [get, set]
 
int[] cidx [get, set]
 
clustering.kmeansreport innerobj [get]
 

Private Attributes

clustering.kmeansreport _innerobj
 

Constructor & Destructor Documentation

alglib.kmeansreport.kmeansreport ( )
inline
alglib.kmeansreport.kmeansreport ( clustering.kmeansreport  obj)
inline

Member Data Documentation

clustering.kmeansreport alglib.kmeansreport._innerobj
private

Property Documentation

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

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