MeansClusteringResult Class

Describes the result of a k-means clustering analysis.

Definition

Namespace: Meta.Numerics.Statistics
Assembly: Meta.Numerics (in Meta.Numerics.dll) Version: 4.2.0+6d77d64445f7d5d91b12e331399c4362ecb25333
C#
public sealed class MeansClusteringResult
Inheritance
Object    MeansClusteringResult

Properties

Count Gets the number of clusters.
Dimension Gets the dimension of the space.

Methods

Centroid Get the centroid of the given cluster.
Classify Assign a vector to a cluster.
EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also