Click or drag to resize

MeansClusteringResult Class

Describes the result of a k-means clustering analysis.
Inheritance Hierarchy
SystemObject
  Meta.Numerics.StatisticsMeansClusteringResult

Namespace:  Meta.Numerics.Statistics
Assembly:  Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax
public sealed class MeansClusteringResult

The MeansClusteringResult type exposes the following members.

Properties
  NameDescription
Public propertyCount
Gets the number of clusters.
Public propertyDimension
Gets the dimension of the space.
Top
Methods
  NameDescription
Public methodCentroid
Get the centroid of the given cluster.
Public methodClassify
Assign a vector to a cluster.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also