Numerical Components for .NET
Namespace: Extreme.Statistics.MultivariateAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 4.2.11333.0 (4.2.12253.0)
public class KMeansClusterCollection : ReadOnlyCollection<KMeansCluster>
Public Class KMeansClusterCollection _ Inherits ReadOnlyCollection(Of KMeansCluster)
public ref class KMeansClusterCollection : public ReadOnlyCollection<KMeansCluster^>
type KMeansClusterCollection = class inherit ReadOnlyCollection<KMeansCluster> end
Use the KMeansClusterCollection class to access the collection of KMeansCluster objects produced by a clustering procedure computed by the KMeansClusterAnalysis class. Once a cluster hierarchy has been computed, the GetClusters()()()() method can be used to partition the observation into the specified number of clusters.
This collection is read-only. The KMeansCluster objects it contains are also read-only.
Copyright © 2003-2013, Extreme Optimization. All rights reserved. Extreme Optimization, Complexity made simple, M#, and M Sharp are trademarks of ExoAnalytics Inc. Microsoft, Visual C#, Visual Basic, Visual Studio, Visual Studio.NET, and the Optimized for Visual Studio logo are registered trademarks of Microsoft Corporation.