Search Results for

    Show / Hide Table of Contents

    Class BinaryBayesPointMachineClassifierPredictionSettings<TLabel>

    Settings for the binary Bayes point machine classifier which affect prediction.

    Inheritance
    Object
    BayesPointMachineClassifierPredictionSettings<TLabel>
    BinaryBayesPointMachineClassifierPredictionSettings<TLabel>
    Implements
    IBayesPointMachineClassifierPredictionSettings<TLabel>
    ICustomSerializable
    Inherited Members
    BayesPointMachineClassifierPredictionSettings<TLabel>.LossFunctionDefault
    BayesPointMachineClassifierPredictionSettings<TLabel>.SetPredictionLossFunction(LossFunction, Func<TLabel, TLabel, Double>)
    BayesPointMachineClassifierPredictionSettings<TLabel>.GetPredictionLossFunction(Func<TLabel, TLabel, Double>)
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Object.ToString()
    Namespace: Microsoft.ML.Probabilistic.Learners
    Assembly: Microsoft.ML.Probabilistic.Learners.Classifier.dll
    Syntax
    [Serializable]
    public class BinaryBayesPointMachineClassifierPredictionSettings<TLabel> : BayesPointMachineClassifierPredictionSettings<TLabel>, IBayesPointMachineClassifierPredictionSettings<TLabel>, ICustomSerializable
    Type Parameters
    Name Description
    TLabel

    The type of a label.

    Remarks

    These settings can be modified after training.

    Constructors

    BinaryBayesPointMachineClassifierPredictionSettings()

    Initializes a new instance of the BinaryBayesPointMachineClassifierPredictionSettings<TLabel> class.

    Declaration
    public BinaryBayesPointMachineClassifierPredictionSettings()

    BinaryBayesPointMachineClassifierPredictionSettings(IReader)

    Initializes a new instance of the BinaryBayesPointMachineClassifierPredictionSettings<TLabel> class from a reader of a binary stream.

    Declaration
    public BinaryBayesPointMachineClassifierPredictionSettings(IReader reader)
    Parameters
    Type Name Description
    IReader reader

    The binary reader to read the prediction settings from.

    Methods

    SaveForwardCompatible(IWriter)

    Saves the prediction settings of the binary Bayes point machine classifier 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 prediction settings to.

    Overrides
    Microsoft.ML.Probabilistic.Learners.BayesPointMachineClassifierPredictionSettings<TLabel>.SaveForwardCompatible(Microsoft.ML.Probabilistic.Serialization.IWriter)

    Implements

    IBayesPointMachineClassifierPredictionSettings<TLabel>
    ICustomSerializable
    In This Article
    Back to top Copyright © .NET Foundation. All rights reserved.