|
latest version v1.9 - last update 24 Nov 2005 |
|
#include <ltiAdaptiveKMeans.h>
Public Member Functions | |
| parameters () | |
| parameters (const parameters &other) | |
| virtual | ~parameters () |
| const char * | getTypeName () const |
| parameters & | copy (const parameters &other) |
| parameters & | operator= (const parameters &other) |
| virtual classifier::parameters * | clone () const |
| virtual bool | write (ioHandler &handler, const bool complete=true) const |
| virtual bool | read (ioHandler &handler, const bool complete=true) |
Public Attributes | |
| double | minNeighborhood |
| double | maxNeighborhood |
| double | learnRate |
| int | nbNeighborhoods |
| double | minNumberOfPoints |
| int | nbClusters |
| bool | detectNeighborhood |
| int | maxIterations |
| double | maxDistance |
|
|
default constructor
|
|
|
copy constructor
|
|
|
destructor
|
|
|
returns a pointer to a clone of the parameters
|
|
|
copy the contents of a parameters object
|
|
|
returns name of this type
|
|
|
copy the contents of a parameters object
|
|
||||||||||||
|
read the parameters from the given ioHandler
|
|
||||||||||||
|
write the parameters in the given ioHandler
|
|
|
if true the parameters minNeighborhood, maxNeighborhood, increment and maxDistance will be automaticly be detected
|
|
|
the learn rate
|
|
|
if every component of the centroids moves less than this parameter the centroids are stable
|
|
|
maximum number of iterations before the next neighborhood considered
|
|
|
maximum neighborhood
|
|
|
minimum neighborhood
|
|
|
minimum number of points in one cluster. If a cluster has less than this the cluster will be deleted |
|
|
number of clusters to start with
|
|
|
the increment of the neighborhood
|