CoefficientStatistics Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a coefficient statistics object containing statistics about the calculated model parameters.
public sealed class CoefficientStatistics
type CoefficientStatistics = class
Public NotInheritable Class CoefficientStatistics
- Inheritance
-
CoefficientStatistics
Fields
Estimate |
The model parameter (bias of weight) for which the statistics are generated. |
Index |
The index of the feature, in the Features vector, to which this model parameter (bias of weight) corresponds to. |
PValue |
The probability value of the estimate of this model parameter (bias of weight). |
StandardError |
The standard deviation of the estimate of this model parameter (bias of weight). |
ZScore |
The standard score of the estimate of this model parameter (bias of weight). Quantifies by how much the estimate is above or below the mean. |