Click or drag to resize

GlobalCurveFitterFixedParameterInfo Property

Gets the a dictionary whose key is the fixed parameter index, and the value is another dictionary whose key is the dataset index and the value is is the parameters fixed value for that dataset.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public Dictionary<int, IDictionary<int, double>> FixedParameterInfo { get; }

Property Value

DictionaryInt32, IDictionaryInt32, Double
See Also