Gets the within-cluster sum of squares for each cluster computed during the last clustering.
Namespace:
CenterSpace.NMath.StatsAssembly: NMathStats (in NMathStats.dll) Version: 3.4.0.0
Syntax
| C# |
|---|
public DoubleVector WithinSumOfSquares { get; } |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property WithinSumOfSquares As DoubleVector |
| Visual C++ |
|---|
public: property DoubleVector^ WithinSumOfSquares { DoubleVector^ get (); } |