LinearModelParameterStatistics 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.
Statistics for linear model parameters.
public sealed class LinearModelParameterStatistics : Microsoft.ML.Trainers.ModelStatisticsBase
type LinearModelParameterStatistics = class
inherit ModelStatisticsBase
Public NotInheritable Class LinearModelParameterStatistics
Inherits ModelStatisticsBase
- Inheritance
Fields
Deviance | (Inherited from ModelStatisticsBase) |
NullDeviance | (Inherited from ModelStatisticsBase) |
ParametersCount | (Inherited from ModelStatisticsBase) |
TrainingExampleCount | (Inherited from ModelStatisticsBase) |
Methods
GetBiasStatistics() |
Computes the standart deviation, Z-Score and p-Value for the calculated bias. |
GetBiasStatisticsForValue(Single) |
Computes the standart deviation, Z-Score and p-Value for the value being passed as the bias. |
GetWeightsCoefficientStatistics(Int32) |
Gets the coefficient statistics as an object. |
Explicit Interface Implementations
ICanSaveModel.Save(ModelSaveContext) | (Inherited from ModelStatisticsBase) |