Click or drag to resize
Accord.NET (logo)

LogisticRegressionAnalysisComputeInnerModels Property

Gets or sets whether nested models should be computed in order to calculate the likelihood-ratio test of each of the coefficients. Default is false.

Namespace:  Accord.Statistics.Analysis
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public bool ComputeInnerModels { get; set; }
Request Example View Source

Property Value

Type: Boolean
See Also