Gets and sets the size of each subset in the partition.

Namespace:  CenterSpace.NMath.Stats
Assembly:  NMathStats (in NMathStats.dll) Version: 3.4.0.0

Syntax

C#
public int K { get; set; }
Visual Basic (Declaration)
Public Property K As Integer
Visual C++
public:
property int K {
	int get ();
	void set (int value);
}

See Also