Gets and sets the amount by which the regression matrix is resized if rows are added.

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

Syntax

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

See Also