ModelStatisticsBase 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 class ModelStatisticsBase : Microsoft.ML.ICanSaveModel
type ModelStatisticsBase = class
interface ICanSaveModel
Public Class ModelStatisticsBase
Implements ICanSaveModel
- Inheritance
-
ModelStatisticsBase
- Derived
- Implements
Fields
Deviance | |
NullDeviance | |
ParametersCount | |
TrainingExampleCount |
Explicit Interface Implementations
ICanSaveModel.Save(ModelSaveContext) |