Gets and sets the stopping adjacency. The stopping adjacency. The stopping adjacency is the number of consecutively unchanged connection matrices that must be observed before convergence.

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

Syntax

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

See Also