VoronoiIterationT Properties |
The VoronoiIterationT generic type exposes the following members.
Name | Description | |
---|---|---|
Clusters |
Gets the clusters found by k-Medoids.
(Inherited from KMedoidsT.) | |
ComputeError |
Gets or sets whether the clustering distortion error (the
average distance between all data points and the cluster
centroids) should be computed at the end of the algorithm.
The result will be stored in Error. Default is true.
(Inherited from KMedoidsT.) | |
Dimension |
Gets the dimensionality of the data space.
(Inherited from KMedoidsT.) | |
Distance |
Gets or sets the distance function used
as a distance metric between data points.
(Inherited from KMedoidsT.) | |
Error |
Gets the cluster distortion error (the average distance
between data points and the cluster centroids) after the
last call to this class' Compute methods.
(Inherited from KMedoidsT.) | |
Initialization |
Gets or sets the strategy used to initialize the
centroids of the clustering algorithm. Default is
PamBuild.
(Inherited from KMedoidsT.) | |
Iterations |
Gets the number of iterations performed in the
last call to this class' Compute methods.
(Inherited from KMedoidsT.) | |
K |
Gets the number of clusters.
(Inherited from KMedoidsT.) | |
MaxIterations |
Gets or sets the maximum number of iterations to
be performed by the method. If set to zero, no
iteration limit will be imposed. Default is 0.
(Inherited from KMedoidsT.) | |
ParallelOptions |
Gets or sets the parallelization options for this algorithm.
(Inherited from ParallelLearningBase.) | |
Token |
Gets or sets a cancellation token that can be used
to cancel the algorithm while it is running.
(Inherited from ParallelLearningBase.) | |
Tolerance |
Gets or sets the relative convergence threshold
for stopping the algorithm. Default is 1e-5.
(Inherited from KMedoidsT.) |