Gets the cluster assignments computed during the last clustering.
Namespace:
CenterSpace.NMath.StatsAssembly: NMathStats (in NMathStats.dll) Version: 3.4.0.0
Syntax
| C# |
|---|
public ClusterSet Clusters { get; } |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property Clusters As ClusterSet |
| Visual C++ |
|---|
public: property ClusterSet^ Clusters { ClusterSet^ get (); } |