Class GaussianBayesPointMachineClassifierAdvancedTrainingSettings
Advanced training settings for a Bayes point machine classifier with Gaussian prior distributions over weights.
Implements
Inherited Members
Namespace: Microsoft.ML.Probabilistic.Learners.BayesPointMachineClassifierInternal
Assembly: Microsoft.ML.Probabilistic.Learners.Classifier.dll
Syntax
[Serializable]
public class GaussianBayesPointMachineClassifierAdvancedTrainingSettings : ICustomSerializable
Remarks
These settings cannot be modified after training.
Properties
WeightPriorVariance
Gets or sets the variance of the prior distributions over weights of the Bayes point machine classifier.
Declaration
public double WeightPriorVariance { get; set; }
Property Value
Type | Description |
---|---|
Double |
Methods
SaveForwardCompatible(IWriter)
Saves the advanced training settings of a Bayes point machine classifier with Gaussian prior distributions over weights using the specified writer to a binary stream.
Declaration
public void SaveForwardCompatible(IWriter writer)
Parameters
Type | Name | Description |
---|---|---|
IWriter | writer | The writer to save the advanced training settings to. |