Search Results for

    Show / Hide Table of Contents

    Class GaussianBayesPointMachineClassifierAdvancedTrainingSettings

    Advanced training settings for a Bayes point machine classifier with Gaussian prior distributions over weights.

    Inheritance
    Object
    GaussianBayesPointMachineClassifierAdvancedTrainingSettings
    Implements
    ICustomSerializable
    Inherited Members
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Object.ToString()
    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.

    Implements

    ICustomSerializable
    In This Article
    Back to top Copyright © .NET Foundation. All rights reserved.