Search Results for

    Show / Hide Table of Contents

    Class MulticlassBayesPointMachineClassifierPredictionSettings<TLabel>

    Settings for the multi-class Bayes point machine classifier which affect prediction.

    Inheritance
    Object
    BayesPointMachineClassifierPredictionSettings<TLabel>
    MulticlassBayesPointMachineClassifierPredictionSettings<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 MulticlassBayesPointMachineClassifierPredictionSettings<TLabel> : BayesPointMachineClassifierPredictionSettings<TLabel>, IBayesPointMachineClassifierPredictionSettings<TLabel>, ICustomSerializable
    Type Parameters
    Name Description
    TLabel

    The type of a label.

    Remarks

    These settings can be modified after training.

    Fields

    IterationCountDefault

    The default number of iterations of the prediction algorithm.

    Declaration
    public const int IterationCountDefault = 10
    Field Value
    Type Description
    Int32

    Properties

    IterationCount

    Gets or sets the number of iterations of the prediction algorithm.

    Declaration
    public int IterationCount { get; set; }
    Property Value
    Type Description
    Int32

    Methods

    SaveForwardCompatible(IWriter)

    Saves the prediction settings of the multi-class 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.