NonMetricMultidimensionalScaling.HasConverged Property
Gets a value indicating whether the optimization process has converged.
Namespace: Novacta.AnalyticsAssembly: Novacta.Analytics (in Novacta.Analytics.dll) Version: 2.1.0+428f3840cfab98dda567bb0ed350b302533e273a
public bool HasConverged { get; init; }
Public Property HasConverged As Boolean
Get
Set
public:
property bool HasConverged {
bool get ();
void set (bool value);
}
member HasConverged : bool with get, set
Property Value
Booleantrue if the optimization process has converged; otherwise,
false.