Search Results for

    Show / Hide Table of Contents

    Class GaussianBayesPointMachineClassifierTrainingSettings

    Settings which affect training of the Bayes point machine classifier with Gaussian prior distributions over weights.

    Inheritance
    Object
    BayesPointMachineClassifierTrainingSettings
    GaussianBayesPointMachineClassifierTrainingSettings
    Implements
    ICustomSerializable
    Inherited Members
    BayesPointMachineClassifierTrainingSettings.ComputeModelEvidenceDefault
    BayesPointMachineClassifierTrainingSettings.IterationCountDefault
    BayesPointMachineClassifierTrainingSettings.BatchCountDefault
    BayesPointMachineClassifierTrainingSettings.ComputeModelEvidence
    BayesPointMachineClassifierTrainingSettings.IterationCount
    BayesPointMachineClassifierTrainingSettings.BatchCount
    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 GaussianBayesPointMachineClassifierTrainingSettings : BayesPointMachineClassifierTrainingSettings, ICustomSerializable

    Properties

    Advanced

    Gets the advanced settings of the Bayes point machine classifier.

    Declaration
    public GaussianBayesPointMachineClassifierAdvancedTrainingSettings Advanced { get; }
    Property Value
    Type Description
    GaussianBayesPointMachineClassifierAdvancedTrainingSettings

    Methods

    SaveForwardCompatible(IWriter)

    Saves the training settings of a Bayes point machine classifier with Gaussian prior distributions over weights using the specified writer to a binary stream.

    Declaration
    public override void SaveForwardCompatible(IWriter writer)
    Parameters
    Type Name Description
    IWriter writer

    The writer to save the training settings to.

    Overrides
    BayesPointMachineClassifierTrainingSettings.SaveForwardCompatible(IWriter)

    Implements

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